diff --git a/modules/jquery.wikiEditor.js b/modules/jquery.wikiEditor.js index bf36ad6c..83a13fc7 100644 --- a/modules/jquery.wikiEditor.js +++ b/modules/jquery.wikiEditor.js @@ -274,7 +274,10 @@ } } // Activate the module on this context - if ( 'fn' in $.wikiEditor.modules[ module ] && 'create' in $.wikiEditor.modules[ module ].fn ) { + if ( 'fn' in $.wikiEditor.modules[ module ] && + 'create' in $.wikiEditor.modules[ module ].fn && + typeof context.modules[ module ] === 'undefined' + ) { // Add a place for the module to put it's own stuff context.modules[ module ] = {}; // Tell the module to create itself on the context