Removed unused code.

This commit is contained in:
Trevor Parscal 2010-09-16 22:20:43 +00:00
parent ff8e204ccd
commit d555f70643

View file

@ -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' );
} );