]> git.wh0rd.org - tt-rss.git/commitdiff
addLabel: remove unused active_tab
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 16 Mar 2018 14:25:42 +0000 (17:25 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 16 Mar 2018 14:25:42 +0000 (17:25 +0300)
js/functions.js

index c0e25cae3aa580e973cca06668d749e644adcd25..70842925c54a883b82e269892d4a84d75be26d91 100755 (executable)
@@ -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) {