From 34b1e135c6189e0ca38f9827d9006dfadf51ca0a Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Tue, 19 Mar 2024 16:37:46 +0100 Subject: [PATCH] Close #471 : Add link in preview to full image size --- tpl/infos.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tpl/infos.php b/tpl/infos.php index 1d258d2..7b1160a 100644 --- a/tpl/infos.php +++ b/tpl/infos.php @@ -54,8 +54,8 @@ use App\Utils\Domains;
@@ -68,12 +68,12 @@ use App\Utils\Domains;

- - - - - - + + + + + + @@ -131,8 +131,8 @@ use App\Utils\Domains; }); }); - function showDetail(el) { - + function fullNewtab(imgSrc) { + window.open(imgSrc); } // Get the modal @@ -144,4 +144,4 @@ use App\Utils\Domains; modal.style.display = "none"; } } - + \ No newline at end of file