mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-12-05 05:04:20 +00:00
Core: Clarify warning message
This commit is contained in:
parent
5218f2d31e
commit
f1aa6745e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user