mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
remove console log from docs
This commit is contained in:
parent
e21baf0024
commit
8910283581
@ -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] );
|
||||
|
Loading…
Reference in New Issue
Block a user