X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fsave%2Fplugin.js;h=4a075b5ab8e7e4826487c00b6d85626ab2ee9415;hb=refs%2Ftags%2Fv3.6.2;hp=e2d84bc3b6428d3b9b5dc6d4aa5cbe9f0f021a52;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/save/plugin.js b/_source/plugins/save/plugin.js index e2d84bc..4a075b5 100644 --- a/_source/plugins/save/plugin.js +++ b/_source/plugins/save/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -12,6 +12,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license var saveCmd = { modes : { wysiwyg:1, source:1 }, + readOnly : 1, exec : function( editor ) {