mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 04:41:33 +00:00
prefs: move other tree-related functions to respective trees
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user