addLabel: remove unused active_tab
This commit is contained in:
parent
d195c6a62e
commit
fa2e3b235a
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue