summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-11 08:13:55 +0100
committerAndrew Dolgov <[email protected]>2008-01-11 08:13:55 +0100
commit6a5efb075cedef567d8356fe57e9d913869fb027 (patch)
tree31cf042443041a235655883aa792d9bfef40fdd9 /prefs.js
parent747885fc7be832b4c5634490e0f96672031f3973 (diff)
label editor: rework help link
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index dcb7a2a7b..e64d51173 100644
--- a/prefs.js
+++ b/prefs.js
@@ -864,6 +864,8 @@ function displayHelpInfobox(topic_id) {
var w = window.open(url, "ttrss_help",
"status=0,toolbar=0,location=0,width=450,height=500,scrollbars=1,menubar=0");
+
+ return false;
}
function labelEditCancel() {