From 9c4123c1482ee05328e776e8283b0be256fd95f3 Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Thu, 22 Jun 2023 18:42:49 -0600 Subject: [PATCH] loading spinner added on table load --- TblEditorGUI_TAB.php | 286 +++++++++++++++++++++++-------------------- 1 file changed, 150 insertions(+), 136 deletions(-) diff --git a/TblEditorGUI_TAB.php b/TblEditorGUI_TAB.php index 6ff4391..a2f6bae 100644 --- a/TblEditorGUI_TAB.php +++ b/TblEditorGUI_TAB.php @@ -40,7 +40,7 @@ foreach (glob($tbl . "*.tbl") as $filename) { - + @@ -88,6 +88,9 @@ foreach (glob($tbl . "*.tbl") as $filename) {
+ @@ -106,179 +109,190 @@ foreach (glob($tbl . "*.tbl") as $filename) { - - - + + + \ No newline at end of file