diff --git a/js/jquery.tablesorter.js b/js/jquery.tablesorter.js index d827ab30..90503e5f 100644 --- a/js/jquery.tablesorter.js +++ b/js/jquery.tablesorter.js @@ -1976,6 +1976,8 @@ // set priority to 10 if not defined if ( !widget.priority ) { widget.priority = 10; } widgets[ indx ] = widget; + } else if ( c.debug ) { + console.warn( '"' + names[ indx ] + '" widget code does not exist!' ); } } // sort widgets by priority