mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-15 16:29:16 +01:00
Dev fix: Fix error on example index pages
This commit is contained in:
parent
b670b5956b
commit
2d7517808a
@ -1 +1 @@
|
||||
aec2c3a501d75980f24652ece0c9104f6b21861c
|
||||
f80c5a6d33beae4748e0c4d68c286074ec8c77fe
|
||||
|
@ -3,6 +3,9 @@
|
||||
SyntaxHighlighter.config.tagName = 'code';
|
||||
|
||||
$(document).ready( function () {
|
||||
if ( ! $.fn.dataTable ) {
|
||||
return;
|
||||
}
|
||||
var dt110 = $.fn.dataTable.Api ? true : false;
|
||||
|
||||
// Work around for WebKit bug 55740
|
||||
|
Loading…
x
Reference in New Issue
Block a user