diff --git a/services/web/public/coffee/ide/connection/ConnectionManager.coffee b/services/web/public/coffee/ide/connection/ConnectionManager.coffee index 742aa6550f..7a52aa16de 100644 --- a/services/web/public/coffee/ide/connection/ConnectionManager.coffee +++ b/services/web/public/coffee/ide/connection/ConnectionManager.coffee @@ -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