summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 16:00:44 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 16:00:44 +0300
commit4b386e638b367901300d2444aca510f3521e9d1f (patch)
treeb7726f374c6b20b2ed1f12fb69602fa22313b115 /prefs.js
parente032e2e7332421ddf1ce3dbd53da8813c7dda51c (diff)
pref-filters: remove search
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/prefs.js b/prefs.js
index 5dc9e7702..f1e38b618 100644
--- a/prefs.js
+++ b/prefs.js
@@ -42,7 +42,7 @@ function filterlist_callback2(transport) {
remove_splash();
}
-function init_label_inline_editor() {
+/* function init_label_inline_editor() {
try {
if ($("prefLabelList")) {
var elems = $("prefLabelList").getElementsByTagName("SPAN");
@@ -63,7 +63,7 @@ function init_label_inline_editor() {
} catch (e) {
exception_error("init_label_inline_editor", e);
}
-}
+} */
function labellist_callback2(transport) {
@@ -72,7 +72,7 @@ function labellist_callback2(transport) {
dijit.byId('labelConfigTab').attr('content', transport.responseText);
closeInfoBox();
- init_label_inline_editor();
+ //init_label_inline_editor();
notify("");
remove_splash();