From af240506ea1a9605d902e9c3b56e06bcde5ea5ff Mon Sep 17 00:00:00 2001 From: Paulo Veiga Date: Thu, 2 Feb 2012 13:29:52 -0300 Subject: [PATCH] Minor fix. --- wise-editor/src/main/webapp/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-editor/src/main/webapp/js/editor.js b/wise-editor/src/main/webapp/js/editor.js index bd80e2f6..da23195d 100644 --- a/wise-editor/src/main/webapp/js/editor.js +++ b/wise-editor/src/main/webapp/js/editor.js @@ -70,7 +70,7 @@ function loadDesignerOptions() { height: parseInt(screen.height), width: parseInt(screen.width) }; - result = {readOnly:true,zoom:0.85,saveOnLoad:true,size:containerSize}; + result = {readOnly:false,zoom:0.85,saveOnLoad:true,size:containerSize}; } return result; }