diff --git a/js/jquery.tablesorter.js b/js/jquery.tablesorter.js index fb79d7cd..e47c3ede 100644 --- a/js/jquery.tablesorter.js +++ b/js/jquery.tablesorter.js @@ -2058,7 +2058,7 @@ if ( !widget.priority ) { widget.priority = 10; } widgets[ indx ] = widget; } else if ( c.debug ) { - console.warn( '"' + names[ indx ] + '" widget code does not exist!' ); + console.warn( '"' + names[ indx ] + '" was enabled, but the widget code has not been loaded!' ); } } // sort widgets by priority