]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.js
update_daemon2: keep track of children PIDs
[tt-rss.git] / prefs.js
index ab85bcad6400c8ae25c07ad1a679dc9561b89e66..56de40ad3dee02512107264fc632f378f46c2b33 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -856,17 +856,6 @@ function feedCatEditSave() {
        return false;
 }
 
-
-
-function displayHelpInfobox(topic_id) {
-
-       var url = "backend.php?op=help&tid=" + param_escape(topic_id);
-
-       var w = window.open(url, "ttrss_help", 
-               "status=0,toolbar=0,location=0,width=400,height=450,menubar=0");
-
-}
-
 function labelEditCancel() {
 
        if (!xmlhttp_ready(xmlhttp)) {