1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00

Fix examples: Server-side processing examples didn't correctly show the Ajax data after the first draw

This commit is contained in:
Allan Jardine 2015-02-06 16:35:12 +00:00
parent 4039e77a6f
commit 71535def21
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
d96de43a9cd4c3a752929d238833004cd8210d9e
a6eba9ac580d1f9841f92eade3d4e4ddec8c4953

View File

@ -45,6 +45,7 @@ $(document).ready( function () {
var show = function ( str ) {
ajaxTab.css( 'display', 'block' );
$('div.tabs div.ajax code').remove();
$('div.tabs div.ajax div.syntaxhighlighter').remove();
// Old IE :-|
try {