From 8dc456d59bd7dfc9c080a0241fa72d89aa4db70e Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Fri, 15 Jun 2012 13:20:46 -0700 Subject: Timeline: fix for IKNINJA-1676, "Timeline: Can't insert a keyframe to a CSS property after deleting one" --- js/ninja.reel/ninja.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/ninja.reel/ninja.js') diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 61cd2487..9b1db2a3 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js @@ -321,7 +321,7 @@ exports.Ninja = Montage.create(Component, { window.addEventListener("resize", this, false); //Prompting the user to make sure data was saved before closing Ninja window.onbeforeunload = function () { - return 'Are you sure you want to close Ninja? Any unsaved data will be lost.'; + //return 'Are you sure you want to close Ninja? Any unsaved data will be lost.'; }; this.eventManager.addEventListener("selectTool", this, false); -- cgit v1.2.3