diff --git a/TblEditorGUI_TAB.php b/TblEditorGUI_TAB.php index 7a5de7f..582cad7 100644 --- a/TblEditorGUI_TAB.php +++ b/TblEditorGUI_TAB.php @@ -231,7 +231,7 @@ foreach (glob($tbl . "*.tbl") as $filename) { }); $('.table').DataTable().destroy(); - $('.table tbody').html('');-- + $('.table tbody').html(''); // Send GET request to TblEditor.php?getTable with selected table name var request = $.get('TblEditor.php', {cmd: 'getTable', tableName: selectedTable});