remove -- typo

This commit is contained in:
Hash Borgir 2023-06-28 12:08:26 -06:00
parent 2e96b41815
commit 2cfdca65b5

View File

@ -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});