From RuneGlory
Jump to: navigation, search
Line 64: Line 64:
 
$( "div#index" ).insertAfter( "div#content-contentSub-wrap" );
 
$( "div#index" ).insertAfter( "div#content-contentSub-wrap" );
  
 +
$.each( $( "div#index a" ), function() {
  
 +
var split = $( this ).html().split('/');
 +
$( this ).html( split[ split.length - 1 ] );
 +
 +
});
  
  

Revision as of 02:26, 20 March 2016

Hello, this is just a preview.

- Jplayer