X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fplugins%2Fsave%2Fplugin.js;h=5042fb9726505dfd59bcfbb13931ea400531238f;hb=refs%2Ftags%2Fv3.6.6;hp=73fd23d48b4b078895e57cf286ffb4b28b023d2e;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/plugins/save/plugin.js b/_source/plugins/save/plugin.js index 73fd23d..5042fb9 100644 --- a/_source/plugins/save/plugin.js +++ b/_source/plugins/save/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, 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 ) {