summaryrefslogtreecommitdiff
path: root/web/public
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-09-29 16:55:32 +0200
committerJochen Topf <jochen@topf.org>2014-09-29 16:55:32 +0200
commit957ee90110ecaad81129a27ca144e8940853a6f0 (patch)
treefd1d0fc76eb8566dd28ea8391fed0a2dc22c9740 /web/public
parentea89e135fb09a7698f2687ae3352c304ee15dd77 (diff)
downloadtaginfo-957ee90110ecaad81129a27ca144e8940853a6f0.tar
taginfo-957ee90110ecaad81129a27ca144e8940853a6f0.tar.gz
Remove spaces at line endings.
Diffstat (limited to 'web/public')
-rw-r--r--web/public/css/taginfo.css2
-rw-r--r--web/public/js/taginfo.js6
2 files changed, 4 insertions, 4 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css
index 797074f..bdce9b7 100644
--- a/web/public/css/taginfo.css
+++ b/web/public/css/taginfo.css
@@ -157,7 +157,7 @@ span.disabled {
/* ========== */
-span.customSelect {
+span.customSelect {
margin: 0;
padding: 1px 4px 0 4px;
border:1px solid #a0a0a0;
diff --git a/web/public/js/taginfo.js b/web/public/js/taginfo.js
index 242ee62..5a06361 100644
--- a/web/public/js/taginfo.js
+++ b/web/public/js/taginfo.js
@@ -179,7 +179,7 @@ function link_to_key(key, attr) {
function link_to_value(key, value, attr) {
return link(
- url_for_tag(key, value),
+ url_for_tag(key, value),
fmt_value(value),
attr
);
@@ -477,7 +477,7 @@ function create_flexigrid(domid, options) {
function init_tabs(params) {
return jQuery('#tabs').tabs({
- activate: function (event, ui) {
+ activate: function (event, ui) {
resize_box();
var index = ui.newTab.closest("li").index();
if (index != 0 || window.location.hash != '') {
@@ -487,7 +487,7 @@ function init_tabs(params) {
create_flexigrid_for[ui.newTab.context.hash.substring(1)].apply(this, params);
}
},
- create: function (event, ui) {
+ create: function (event, ui) {
resize_box();
var index = jQuery(this).tabs("option", "selected"),
id = jQuery(jQuery(this).children()[index+1]).attr('id');