We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fa185 commit c1c1074Copy full SHA for c1c1074
src/theme/book.js
@@ -3,6 +3,8 @@ $( document ).ready(function() {
3
// url
4
var url = window.location.pathname;
5
6
+ // Fix back button cache problem
7
+ window.onunload = function(){};
8
9
// Set theme
10
var theme = localStorage.getItem('theme');
0 commit comments