]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1583824 - "Update Status Flags" button stopped working
authordklawren <dklawren@users.noreply.github.com>
Wed, 25 Sep 2019 15:41:40 +0000 (11:41 -0400)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 15:41:40 +0000 (11:41 -0400)
extensions/BMO/web/js/firefox-crash-table.js

index a9fc85e7cc9f07e989a9a414610a30f043910ce6..23e94250f2fa1da5ca42f2c95dc6d3e93686bd8a 100644 (file)
@@ -355,7 +355,7 @@ window.addEventListener('DOMContentLoaded', () => {
             });
           } else {
             document.getElementById("mode-btn").click();
-            const e = document.getElementById("module-firefox-tracking-flags");
+            const e = document.getElementById("module-tracking");
             e.scrollIntoView();
           }
           statusFlagsSelects.affected.map(function (select) {