summaryrefslogtreecommitdiff
path: root/classes/pref/labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 12:03:28 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 12:03:28 +0300
commitf26d404890a55a34ed5779b6f36e949d38705e8d (patch)
tree8578175725bce862828739b80f9ac18de767b7ce /classes/pref/labels.php
parent60cd4676943169a057518634e3060745e9112511 (diff)
prefs: move other tree-related functions to respective trees
Diffstat (limited to 'classes/pref/labels.php')
-rw-r--r--classes/pref/labels.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/labels.php b/classes/pref/labels.php
index ae68a6eb7..c52f8bd79 100644
--- a/classes/pref/labels.php
+++ b/classes/pref/labels.php
@@ -310,7 +310,7 @@ class Pref_Labels extends Handler_Protected {
var bare_id = id.substr(id.indexOf(':')+1);
if (id.match('LABEL:')) {
- editLabel(bare_id);
+ dijit.byId('labelTree').editLabel(bare_id);
}
</script>
</div>";