]> git.wh0rd.org - tt-rss.git/blobdiff - js/functions.js
addLabel: remove unused active_tab
[tt-rss.git] / 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) {