]> git.wh0rd.org - tt-rss.git/blobdiff - functions.js
misc layout fixes
[tt-rss.git] / functions.js
index 926e155cc31325e398d1a3f806c2f22404991705..15f645c2ed0866d4332ed24767e0f9acaf02af67 100644 (file)
@@ -638,7 +638,7 @@ function displayHelpInfobox(topic_id) {
 
        var url = "backend.php?op=help&tid=" + param_escape(topic_id);
 
-       var w = window.open(url, "ttrss_help",
+       window.open(url, "ttrss_help",
                "status=0,toolbar=0,location=0,width=450,height=500,scrollbars=1,menubar=0");
 
 }