Core: Include version in the log

This commit is contained in:
Rob Garrison 2016-09-05 12:16:24 -05:00
parent f9dcd05b1f
commit 7610c19813
No known key found for this signature in database
GPG Key ID: A6B138ABD8A3FF4A

View File

@ -233,7 +233,7 @@
// save the settings where they read
$.data( table, 'tablesorter', c );
if ( c.debug ) {
console[ console.group ? 'group' : 'log' ]( 'Initializing tablesorter' );
console[ console.group ? 'group' : 'log' ]( 'Initializing tablesorter v' + ts.version );
$.data( table, 'startoveralltimer', new Date() );
}