From cf494a2f4e34241d36c4ee50e6ca0819c65106ab Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 2 Jul 2023 14:12:43 -0400 Subject: [PATCH] Removed Edit Modal Fucntion within document listing, it was causing documents listing to slow with large documents. Still can be edited when clicked into the document --- client_documents.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client_documents.php b/client_documents.php index b7b194c7..9fee3805 100644 --- a/client_documents.php +++ b/client_documents.php @@ -192,9 +192,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));