From RuneGlory
Jump to: navigation, search
Line 69: Line 69:
 
$( this ).html( split[ split.length - 1 ] ).removeAttr( "title" );
 
$( this ).html( split[ split.length - 1 ] ).removeAttr( "title" );
  
 +
});
 +
 +
$.each( $( "div#index-item" ), function() {
 +
window.location = $( this ).find( "a" ).attr( "href" );
 +
return false;
 
});
 
});
  

Revision as of 03:16, 20 March 2016

Hello, this is just a preview.

- Jplayer