From 2cfdca65b5fc43736d6d682faa8c4d404df7101b Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Wed, 28 Jun 2023 12:08:26 -0600 Subject: [PATCH] remove -- typo --- TblEditorGUI_TAB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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});