summaryrefslogtreecommitdiff
path: root/extensions/WikiEditor/modules/ext.wikiEditor.toc.js
blob: 1fc542c5f42b782f7d5ad08ad0e3f4e06775f42b (plain)
1
2
3
4
5
6
7
/*
 * JavaScript for WikiEditor Table of Contents
 */
jQuery( document ).ready( function ( $ ) {
	// Add table of contents module
	$( '#wpTextbox1' ).wikiEditor( 'addModule', 'toc' );
} );