1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Dev fix: Again with the destroy...

This commit is contained in:
Allan Jardine 2011-04-23 09:00:37 +01:00
parent 707953a285
commit 1f681d81ac

View File

@ -18,7 +18,6 @@
"bJQueryUI": true, "bJQueryUI": true,
"sPaginationType": "full_numbers" "sPaginationType": "full_numbers"
}); });
oTable.fnDestroy();
} ); } );
</script> </script>
</head> </head>