diff --git a/src/app/window.coffee b/src/app/window.coffee index d7295d15d..fab7f746c 100644 --- a/src/app/window.coffee +++ b/src/app/window.coffee @@ -21,8 +21,8 @@ windowAdditions = $(document).on 'keydown', @_handleKeyEvent startup: (path) -> - @loadUserConfiguration() @attachRootView(path) + @loadUserConfiguration() $(window).on 'close', => @close() $(window).on 'beforeunload', => @shutdown()