From 21d74af1e9fc57cc25cea8aa7408beabf79ff2f3 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Tue, 24 Jul 2012 14:08:48 -0700 Subject: removing console log Signed-off-by: Valerio Virgillito --- js/components/tools-properties/text-properties.reel/text-properties.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/components/tools-properties/text-properties.reel/text-properties.js b/js/components/tools-properties/text-properties.reel/text-properties.js index 10285d0f..9e0245bf 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.js +++ b/js/components/tools-properties/text-properties.reel/text-properties.js @@ -131,7 +131,6 @@ exports.TextProperties = Montage.create(ToolProperties, { handleEditorBlur: { value: function(e) { - console.log("Editor Blur"); window.getSelection().addRange(this.lastSelection); e.target.focus(); } -- cgit v1.2.3 From 52e3356f79e3c1ef7a86c1fabaaf1ebca200ad45 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Tue, 24 Jul 2012 15:48:44 -0700 Subject: New: OS check on load Performing OS check on load to redirect users to system requirements if their OS currently is not supported. --- index.html | 4 ++++ os.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 os.html diff --git a/index.html b/index.html index 8c2de1f6..a6e1f809 100755 --- a/index.html +++ b/index.html @@ -166,6 +166,10 @@ POSSIBILITY OF SUCH DAMAGE.