loopindex / ckeditor-track-changes

Track changes plugin for CKEditor, based on ICE (track changes for TinyMCE).
www.loopindex.com
Other
51 stars 55 forks source link

No way to disable JS loading #65

Closed dustyjewett closed 9 years ago

dustyjewett commented 9 years ago

Advanced users want to load script files manually:

imdfl commented 9 years ago

Just override the lite.includes configuration property. see the api docs for details: http://www.loopindex.com/lite/docs/api/index.html#!/api/LITE.configuration. jQuery is noConflict()ed only if it's loaded by LITE.

dustyjewett commented 9 years ago

Sorry, I had jumped to a conclusion that it was jQuery that was being overwritten and not working correctly... it's actually Selection that is overriding methods on rangy.

You can close this bug. I'll open another one for the true cause of my problems.