Skip to content

Commit e60ee68

Browse files
committed
Cancel update history on page unload
1 parent 12d5ed4 commit e60ee68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ $(window).resize(function () {
930930
});
931931
//when page unload
932932
$(window).on('unload', function () {
933-
updateHistoryInner();
933+
//updateHistoryInner();
934934
});
935935
$(window).on('error', function () {
936936
//setNeedRefresh();

0 commit comments

Comments
 (0)