summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-10 22:21:54 +0400
committerAndrew Dolgov <[email protected]>2011-12-10 22:21:54 +0400
commita299881140a256317dfa394489789bd1eea507d5 (patch)
tree44ed1e600d3c9dac5e8f743720578f660c7e3270 /functions.js
parent0bfbf1c2353dea912f9e38c0175fb5bca14691d7 (diff)
misc layout fixes
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 926e155cc..15f645c2e 100644
--- a/functions.js
+++ b/functions.js
@@ -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");
}