summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 10:54:11 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 10:54:11 +0100
commit9c5e85fe9afe7176a54aee4466467c0ae5433f36 (patch)
tree0f575c73f0d9257f9f279fbfbe2e48cb8406f0d5 /prefs.js
parentd8f9cd6d5b24227291825cdff8981cd15393ac56 (diff)
pref-labels, save: do not escape unnecessary newline
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/prefs.js b/prefs.js
index 12a95249e..846540a5c 100644
--- a/prefs.js
+++ b/prefs.js
@@ -151,7 +151,8 @@ function labellist_callback() {
var id = elems[i].id.replace("LILT-", "");
new Ajax.InPlaceEditor(elems[i],
- 'backend.php?op=pref-labels&subop=save&id=' + id);
+ 'backend.php?op=pref-labels&subop=save&id=' + id,
+ {cols: 20, rows: 1});
}
}
}