mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 04:26:03 +00:00
remove -- typo
This commit is contained in:
parent
2e96b41815
commit
2cfdca65b5
@ -231,7 +231,7 @@ foreach (glob($tbl . "*.tbl") as $filename) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('.table').DataTable().destroy();
|
$('.table').DataTable().destroy();
|
||||||
$('.table tbody').html('');--
|
$('.table tbody').html('');
|
||||||
// Send GET request to TblEditor.php?getTable with selected table name
|
// Send GET request to TblEditor.php?getTable with selected table name
|
||||||
var request = $.get('TblEditor.php', {cmd: 'getTable', tableName: selectedTable});
|
var request = $.get('TblEditor.php', {cmd: 'getTable', tableName: selectedTable});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user