checkbox.checked = true;
}
}
-// p_notify("");
+ notify("");
} catch (e) {
exception_error("feedlist_callback", e);
}
checkbox.checked = true;
}
}
-// p_notify("");
+ notify("");
}
}
checkbox.checked = true;
}
}
-// p_notify("");
+ notify("");
}
}
var container = document.getElementById('prefContent');
if (xmlhttp.readyState == 4) {
container.innerHTML=xmlhttp.responseText;
-// p_notify("");
+ notify("");
}
}
checkbox.checked = true;
}
}
-
-// p_notify("");
+ notify("");
}
}
if (xmlhttp.readyState == 4) {
container.innerHTML=xmlhttp.responseText;
-
-// p_notify("");
+
+ notify("");
}
}
if (!noupdate) {
+ notify("Loading, please wait...", true);
+
if (id == "feedConfig") {
updateFeedList();
} else if (id == "filterConfig") {