Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Stop retrying the Mozilla library once it has loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb authored Nov 14, 2017
1 parent 6ba0e4a commit 4e9701c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/pages/homepage/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ document.addEventListener("addon-present", () => {
}
return;
}
clearTimeout(interval);
Mozilla.UITour.showHighlight("screenshots");
}, 100);
} else {
Expand Down

0 comments on commit 4e9701c

Please # to comment.