summaryrefslogtreecommitdiff
path: root/classes/pref
diff options
context:
space:
mode:
authorfox <[email protected]>2018-12-03 05:03:01 +0000
committerGogs <[email protected]>2018-12-03 05:03:01 +0000
commitd3f31de0429c2679fb856d4e48fcf959e61dfcc8 (patch)
tree7a51b4268b1697d11ed05843e46561e795049f67 /classes/pref
parent5ead558e435dd8d58f6666b445374b0005a60337 (diff)
parent6f9307aa9a1a9b35773ca1b2b5a8f151b911ec3d (diff)
Merge branch 'fix-edit-tags-onclick' of wn/tt-rss into js-objects
Diffstat (limited to 'classes/pref')
-rw-r--r--classes/pref/labels.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/pref/labels.php b/classes/pref/labels.php
index c52f8bd79..49118ab4a 100644
--- a/classes/pref/labels.php
+++ b/classes/pref/labels.php
@@ -275,7 +275,7 @@ class Pref_Labels extends Handler_Protected {
dojoType=\"dijit.MenuItem\">".__('None')."</div>";
print "</div></div>";
- print"<button dojoType=\"dijit.form.Button\" onclick=\"return addLabel()\">".
+ print"<button dojoType=\"dijit.form.Button\" onclick=\"CommonDialogs.addLabel()\">".
__('Create label')."</button dojoType=\"dijit.form.Button\"> ";
print "<button dojoType=\"dijit.form.Button\" onclick=\"dijit.byId('labelTree').removeSelected()\">".
@@ -323,4 +323,4 @@ class Pref_Labels extends Handler_Protected {
print "</div>"; #container
}
-} \ No newline at end of file
+}