From a299881140a256317dfa394489789bd1eea507d5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 10 Dec 2011 22:21:54 +0400 Subject: misc layout fixes --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.js') 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"); } -- cgit v1.2.3-54-g00ecf