remove console log from docs

This commit is contained in:
Mottie 2013-05-12 15:18:10 -05:00
parent e21baf0024
commit 8910283581

View File

@ -73,7 +73,6 @@ $(function(){
// add high visibility tags for newest versions (just grab the major revision number 2.10.0 -> 10
v = parseFloat( $.tablesorter.version.split('.')[1] );
console.log(v);
$('.version').each(function(){
$t = $(this);
t = v - parseFloat( $t.text().replace(/(v|version|\+)/g, '').split('.')[1] );