Skip to content

Commit

Permalink
Stop showing the distracting loading animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyespo committed Feb 6, 2016
1 parent 864d9a0 commit 534a42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ function loadOptions(callback) {
}

function refresh() {
startRequest({scheduleRequest: true, showLoadingAnimation: true});
startRequest({scheduleRequest: true, showLoadingAnimation: false});
}

function main() {
Expand Down

0 comments on commit 534a42e

Please sign in to comment.