From: Andrew Dolgov Date: Fri, 16 Mar 2018 14:25:42 +0000 (+0300) Subject: addLabel: remove unused active_tab X-Git-Tag: 18.8~46 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fa2e3b235a6f9a54acad4fdb9f1e6f4ede39103b;p=tt-rss.git addLabel: remove unused active_tab --- 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) {