1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 11:51:29 +00:00

pref-filters: remove search

This commit is contained in:
Andrew Dolgov
2010-11-18 16:00:44 +03:00
parent e032e2e733
commit 4b386e638b
2 changed files with 3 additions and 11 deletions

View File

@@ -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();