2010-09-15 22:40:50 +00:00
|
|
|
/*
|
|
|
|
* JavaScript for WikiEditor Highlighting
|
|
|
|
*/
|
2013-10-30 16:53:24 +00:00
|
|
|
jQuery( document ).ready( function ( $ ) {
|
2010-09-15 22:40:50 +00:00
|
|
|
// Add highlight module
|
|
|
|
$( '#wpTextbox1' ).wikiEditor( 'addModule', 'highlight' );
|
|
|
|
} );
|