diff options
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 9b1db2a3..61cd2487 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -321,7 +321,7 @@ exports.Ninja = Montage.create(Component, { | |||
321 | window.addEventListener("resize", this, false); | 321 | window.addEventListener("resize", this, false); |
322 | //Prompting the user to make sure data was saved before closing Ninja | 322 | //Prompting the user to make sure data was saved before closing Ninja |
323 | window.onbeforeunload = function () { | 323 | window.onbeforeunload = function () { |
324 | //return 'Are you sure you want to close Ninja? Any unsaved data will be lost.'; | 324 | return 'Are you sure you want to close Ninja? Any unsaved data will be lost.'; |
325 | }; | 325 | }; |
326 | 326 | ||
327 | this.eventManager.addEventListener("selectTool", this, false); | 327 | this.eventManager.addEventListener("selectTool", this, false); |