Browse Source

addLabel: remove unused active_tab

Andrew Dolgov 6 years ago
parent
commit
fa2e3b235a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      js/functions.js

+ 0 - 2
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) {