mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-23 15:57:15 +00:00
Removed unused code.
This commit is contained in:
parent
ff8e204ccd
commit
d555f70643
|
@ -4,8 +4,5 @@
|
|||
|
||||
$( document ).ready( function() {
|
||||
// Add table of contents module
|
||||
$( '#wpTextbox1' )
|
||||
.wikiEditor( 'addModule', 'toc' );
|
||||
// FIXME - should move the ready handler code to the create function so this isn't necissary
|
||||
//.data( 'wikiEditor-context' ).fn.trigger( 'ready' );
|
||||
$( '#wpTextbox1' ).wikiEditor( 'addModule', 'toc' );
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue