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:
parent
4039e77a6f
commit
71535def21
@ -1 +1 @@
|
||||
d96de43a9cd4c3a752929d238833004cd8210d9e
|
||||
a6eba9ac580d1f9841f92eade3d4e4ddec8c4953
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user