From fa2e3b235a6f9a54acad4fdb9f1e6f4ede39103b Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <noreply@fakecake.org>
Date: Fri, 16 Mar 2018 17:25:42 +0300
Subject: [PATCH] addLabel: remove unused active_tab

---
 js/functions.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index c0e25cae..70842925 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) {
-- 
2.39.5