Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #31 from industrydive/TECH-3693-ckeditor-autosave
Browse files Browse the repository at this point in the history
TECH-3693 ckeditor autosave
  • Loading branch information
MiriamSexton authored Feb 26, 2018
2 parents 41d9868 + f44226c commit a3faab2
Show file tree
Hide file tree
Showing 65 changed files with 2,340 additions and 496 deletions.
2 changes: 1 addition & 1 deletion ckeditor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.core.exceptions import ImproperlyConfigured

# Following PEP 440 Standards
__version__ ='4.4.7+dive.ckeditor.7' # update this when deploying new version to production
__version__ ='4.4.7+dive.ckeditor.9' # update this when deploying new version to production

if 'ckeditor' in settings.INSTALLED_APPS:
# Confirm CKEDITOR_UPLOAD_PATH setting has been specified.
Expand Down
6 changes: 3 additions & 3 deletions ckeditor/static/ckeditor/ckeditor/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
};
103 changes: 0 additions & 103 deletions ckeditor/static/ckeditor/ckeditor/plugins/autosave/css/autosave.css

This file was deleted.

2 changes: 1 addition & 1 deletion ckeditor/static/ckeditor/ckeditor/plugins/autosave/css/autosave.min.css
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions ckeditor/static/ckeditor/ckeditor/plugins/autosave/js/difflib.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit a3faab2

Please sign in to comment.