Skip to content

Commit

Permalink
On second thought, keep what has been working
Browse files Browse the repository at this point in the history
Related commit:
- 30c38de
  • Loading branch information
gorhill committed Oct 13, 2020
1 parent 30c38de commit 9994033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_accessible_resources/google-analytics_analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
if ( fn instanceof Function === false ) { return; }
try {
setTimeout(fn, 1);
fn();
} catch (ex) {
}
};
Expand Down

0 comments on commit 9994033

Please sign in to comment.