Cancel update history on page unload
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user