Don't show pop up when leaving page in Safari

This commit is contained in:
James Allen 2015-11-05 10:18:40 +00:00
parent 16b7bf222a
commit 8128200d55

View file

@ -23,6 +23,7 @@ define [], () ->
@userIsLeavingPage = false
window.addEventListener 'beforeunload', =>
@userIsLeavingPage = true
return # Don't return true or it will show a pop up
@connected = false
@userIsInactive = false