From 55ebe70808945f82eac5e6f11cca93d57550d1b8 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 25 Feb 2025 18:16:03 -0500 Subject: [PATCH] Add Vendor Details Popup, works with Domain Vendors right now, Added fallBack function when no text is present use a placeholder --- ajax/ajax_category_add.php | 2 +- ajax/ajax_tag_add.php | 12 ------- ajax/ajax_vendor_details.php | 62 +++++++++++++++++++++++++++++++----- domains.php | 37 +++++++++++++++------ functions.php | 5 +++ 5 files changed, 88 insertions(+), 30 deletions(-) diff --git a/ajax/ajax_category_add.php b/ajax/ajax_category_add.php index 0141b610..a5b7481d 100644 --- a/ajax/ajax_category_add.php +++ b/ajax/ajax_category_add.php @@ -7,7 +7,7 @@ $category = nullable_htmlentities($_GET['category']); ?>