From 2a0f66c8585de3b1ec06f644ccb7780a8f924bb7 Mon Sep 17 00:00:00 2001 From: sean1138 Date: Sun, 14 Sep 2025 05:34:18 -0400 Subject: [PATCH] hopefully my id names are more clear now --- system/admin/editor/js/editor.js | 4 ++-- system/admin/views/add-content.html.php | 4 ++-- system/admin/views/add-page.html.php | 2 +- system/admin/views/edit-content.html.php | 2 +- system/admin/views/edit-page.html.php | 5 +++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/system/admin/editor/js/editor.js b/system/admin/editor/js/editor.js index 720c909..52c8bac 100644 --- a/system/admin/editor/js/editor.js +++ b/system/admin/editor/js/editor.js @@ -112,8 +112,8 @@ } // Initialize dropZones - initDropZone('vs_dropZoneF', 'insertMediaDialogFile'); // Featured image - initDropZone('vs_dropZoneC', 'insertImageDialogFile'); // Content image + initDropZone('dropZoneIMDF', 'insertMediaDialogFile'); // Featured image + initDropZone('dropZoneIIDF', 'insertImageDialogFile'); // Content image //=====end drag and drop uploading===== })(); \ No newline at end of file diff --git a/system/admin/views/add-content.html.php b/system/admin/views/add-content.html.php index cede40d..c9984b2 100644 --- a/system/admin/views/add-content.html.php +++ b/system/admin/views/add-content.html.php @@ -300,7 +300,7 @@ $( function() {
- +

@@ -341,7 +341,7 @@ $( function() {
- +

diff --git a/system/admin/views/add-page.html.php b/system/admin/views/add-page.html.php index b682def..18f745d 100644 --- a/system/admin/views/add-page.html.php +++ b/system/admin/views/add-page.html.php @@ -166,7 +166,7 @@ if ($type == 'is_page') {
- +

diff --git a/system/admin/views/edit-content.html.php b/system/admin/views/edit-content.html.php index 039bfe8..b5c9214 100644 --- a/system/admin/views/edit-content.html.php +++ b/system/admin/views/edit-content.html.php @@ -394,7 +394,7 @@ $( function() {
- +

diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php index c162acb..3ecf201 100644 --- a/system/admin/views/edit-page.html.php +++ b/system/admin/views/edit-page.html.php @@ -325,8 +325,9 @@ if ($type == 'is_page' || $type == 'is_frontpage') {

- - + + +