浏览代码

addLabel: remove unused active_tab

Andrew Dolgov 6 年之前
父节点
当前提交
fa2e3b235a
共有 1 个文件被更改,包括 0 次插入2 次删除
  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) {