r73163 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73162‎ | r73163 | r73164 >
Date:22:20, 16 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Removed unused code.
Modified paths:
  • /trunk/extensions/WikiEditor/modules/wikiEditor.toc.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/modules/wikiEditor.toc.js
@@ -4,8 +4,5 @@
55
66 $( document ).ready( function() {
77 // Add table of contents module
8 - $( '#wpTextbox1' )
9 - .wikiEditor( 'addModule', 'toc' );
10 - // FIXME - should move the ready handler code to the create function so this isn't necissary
11 - //.data( 'wikiEditor-context' ).fn.trigger( 'ready' );
 8+ $( '#wpTextbox1' ).wikiEditor( 'addModule', 'toc' );
129 } );

Status & tagging log