X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fsave%2Fplugin.js;h=50bb16841f67cf075c6606169a42fe5072880c55;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=e2d84bc3b6428d3b9b5dc6d4aa5cbe9f0f021a52;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/save/plugin.js b/_source/plugins/save/plugin.js index e2d84bc..50bb168 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-2012, 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 ) {