summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-03-16 17:25:42 +0300
committerAndrew Dolgov <[email protected]>2018-03-16 17:25:42 +0300
commitfa2e3b235a6f9a54acad4fdb9f1e6f4ede39103b (patch)
tree0d2f2c5aec08aee4d31268c697afa2f1a0963dfd /js
parentd195c6a62e4967682c42397c53d100b5e5412c0a (diff)
addLabel: remove unused active_tab
Diffstat (limited to 'js')
-rwxr-xr-xjs/functions.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/functions.js b/js/functions.js
index c0e25cae3..70842925c 100755
--- a/js/functions.js
+++ b/js/functions.js
@@ -564,8 +564,6 @@ function addLabel(select, callback) {
notify_progress("Loading, please wait...", true);
- if (inPreferences() && !select) active_tab = "labelConfig";
-
new Ajax.Request("backend.php", {
parameters: query,
onComplete: function(transport) {