aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/scripts.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2015-12-23 21:25:40 +0300
committerGravatar Vitaly Takmazov2015-12-23 21:25:40 +0300
commitf47a51928b0b97f0cc1229c6bc97f38011327a55 (patch)
treeb41d5b296cb9c257a974edb38104508dcfdb9ea5 /src/main/webapp/scripts.js
parent9993ba47956a2790bfbcf2198794cea42c91cd82 (diff)
fix caching in ie
Diffstat (limited to 'src/main/webapp/scripts.js')
-rw-r--r--src/main/webapp/scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/scripts.js b/src/main/webapp/scripts.js
index 97adbcf7..bb3ddc5d 100644
--- a/src/main/webapp/scripts.js
+++ b/src/main/webapp/scripts.js
@@ -678,5 +678,5 @@ $(document).ready(function() {
$(window).bind('hashchange',unfoldPostForm);
$(window).bind('hashchange',unfoldReply);
- $(window).on('beforeunload',wsShutdown);
+ $(window).on('pagehide',wsShutdown);
});