1
0
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:
Allan Jardine 2014-02-04 10:43:44 +00:00
parent b670b5956b
commit 2d7517808a
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
aec2c3a501d75980f24652ece0c9104f6b21861c
f80c5a6d33beae4748e0c4d68c286074ec8c77fe

View File

@ -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