Skip to content

Commit

Permalink
Make the update work again after the recent changes on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOff committed Dec 5, 2018
1 parent 96d1fdd commit 0a6c36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Expand Up @@ -186,7 +186,7 @@ function checkUpdate() {
request.responseType = "document";
request.onload = function() {
try {
var tags = this.responseXML.querySelector("div[data-tab-filter='tags']").querySelectorAll("a[href*='firefox-legacy']");
var tags = this.responseXML.querySelector("div.branch-select-menu").querySelectorAll("a[href*='firefox-legacy']");
for (var tag of tags) {
if ((ver = vermask.exec(tag)) !== null) {
doUpdate(ver[1]);
Expand Down

0 comments on commit 0a6c36f

Please sign in to comment.