From 5aa9f87cecfce6311272115aeef044a830a6083b Mon Sep 17 00:00:00 2001 From: aadhavan valli Date: Wed, 5 Jun 2024 15:16:02 +0530 Subject: [PATCH] CHANGE_ADMIN_DOWNLOAD_CLIENT_PREVIEW : AADHAVAN --- .gitignore | 3 ++- app/Views/business.php | 4 ++-- app/Views/client_docs_preview.php | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index dce7364..fa9bbd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/writable \ No newline at end of file +/writable +/public/uploads \ No newline at end of file diff --git a/app/Views/business.php b/app/Views/business.php index 04456c5..6d2959f 100644 --- a/app/Views/business.php +++ b/app/Views/business.php @@ -84,7 +84,7 @@
- +
@@ -276,7 +276,7 @@ function PreviewImage() { console.log('function called'); - var fileInput = document.getElementById("client_logo"); + var fileInput = document.getElementById("business_logo"); var file = fileInput.files[0]; if (file) { diff --git a/app/Views/client_docs_preview.php b/app/Views/client_docs_preview.php index 9c22a4d..973a13f 100644 --- a/app/Views/client_docs_preview.php +++ b/app/Views/client_docs_preview.php @@ -25,7 +25,7 @@

service_name; ?> - +

@@ -299,7 +299,7 @@