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