From 0369d4eea8cc498575c80d789d219141b2072fac Mon Sep 17 00:00:00 2001 From: danpros Date: Sat, 1 Jun 2024 08:30:50 +0700 Subject: [PATCH] Improve autosize --- system/admin/views/add-content.html.php | 16 +++++++++------- system/admin/views/add-page.html.php | 16 +++++++++------- system/admin/views/edit-content.html.php | 16 +++++++++------- system/admin/views/edit-page.html.php | 16 +++++++++------- 4 files changed, 36 insertions(+), 28 deletions(-) diff --git a/system/admin/views/add-content.html.php b/system/admin/views/add-content.html.php index f51b106..20c396c 100644 --- a/system/admin/views/add-content.html.php +++ b/system/admin/views/add-content.html.php @@ -322,23 +322,25 @@ $('.img-container').on("click", ".the-img", function(e) { }); - \ No newline at end of file diff --git a/system/admin/views/add-page.html.php b/system/admin/views/add-page.html.php index 8d6fcff..a3f99be 100644 --- a/system/admin/views/add-page.html.php +++ b/system/admin/views/add-page.html.php @@ -148,17 +148,22 @@ $('.img-container').on("click", ".the-img", function(e) { }); @@ -167,6 +172,3 @@ $('.img-container').on("click", ".the-img", function(e) { - \ No newline at end of file diff --git a/system/admin/views/edit-content.html.php b/system/admin/views/edit-content.html.php index 33f33c3..7c49b75 100644 --- a/system/admin/views/edit-content.html.php +++ b/system/admin/views/edit-content.html.php @@ -372,17 +372,22 @@ $('.img-container').on("click", ".the-img", function(e) { }); @@ -391,6 +396,3 @@ $('.img-container').on("click", ".the-img", function(e) { - \ No newline at end of file diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php index a559072..400bb28 100644 --- a/system/admin/views/edit-page.html.php +++ b/system/admin/views/edit-page.html.php @@ -299,17 +299,22 @@ $('.img-container').on("click", ".the-img", function(e) { }); @@ -320,6 +325,3 @@ $('.img-container').on("click", ".the-img", function(e) { - \ No newline at end of file