summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-11 08:06:04 +0100
committerAndrew Dolgov <[email protected]>2008-01-11 08:06:04 +0100
commit747885fc7be832b4c5634490e0f96672031f3973 (patch)
treea1debff6044b6031e9b857ea964ab8271c371a3b /prefs.js
parent819558ef7b665c3d2309d146ff466b6c97f31f3e (diff)
popup help updates
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index ab85bcad6..dcb7a2a7b 100644
--- a/prefs.js
+++ b/prefs.js
@@ -863,8 +863,7 @@ 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");
-
+ "status=0,toolbar=0,location=0,width=450,height=500,scrollbars=1,menubar=0");
}
function labelEditCancel() {