Skip to content

Commit

Permalink
Poll for tweaks more frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdabaa committed Mar 9, 2018
1 parent e652c6e commit 1cae8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _static/js/tweaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ function setPageTitle() {
removeRtdPro,
setPageTitle,
].forEach(function(tweak) {
setInterval(tweak, 250);
setInterval(tweak, 50);
});
})();

0 comments on commit 1cae8ea

Please sign in to comment.