~maphew/mindtouch-deki/dekiwiki

« back to all changes in this revision

Viewing changes to web/deki/cp/assets/editor.js

  • Committer: karena
  • Date: 2011-09-09 16:11:53 UTC
  • Revision ID: svn-v4:0eb84ffb-6e0e-0410-b475-cc1b69d517b7:public/dekiwiki/trunk:29484
Bugfix #MT-11009 Paste Configuration in control panel does not work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(function() {
2
2
$(document).ready(function() {
3
 
        var editor;
 
3
        var editor,
 
4
                originalConfigFn = CKEDITOR.editorConfig;
 
5
                
 
6
        delete CKEDITOR.editorConfig;
4
7
                
5
8
        var getConfigSample = function()
6
9
        {