Cancel update history on page unload
This commit is contained in:
parent
12d5ed43a7
commit
e60ee6886d
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ $(window).resize(function () {
|
||||||
});
|
});
|
||||||
//when page unload
|
//when page unload
|
||||||
$(window).on('unload', function () {
|
$(window).on('unload', function () {
|
||||||
updateHistoryInner();
|
//updateHistoryInner();
|
||||||
});
|
});
|
||||||
$(window).on('error', function () {
|
$(window).on('error', function () {
|
||||||
//setNeedRefresh();
|
//setNeedRefresh();
|
||||||
|
|
Loading…
Reference in a new issue