From bbae2e695509d3eeeeb565a1c3cb4765780f26c1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 4 May 2026 19:42:32 +0000 Subject: [PATCH] Remove redundant window.open --- core/dashboard/resources/dashboard/icon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dashboard/resources/dashboard/icon.php b/core/dashboard/resources/dashboard/icon.php index 16eab8f64..d4118feaa 100644 --- a/core/dashboard/resources/dashboard/icon.php +++ b/core/dashboard/resources/dashboard/icon.php @@ -24,8 +24,8 @@ //dashboard icon echo "
\n"; echo "
\n"; - echo " ".escape($widget_label)."\n"; - echo " \n"; + echo " ".escape($widget_label)."\n"; + echo " \n"; echo "
\n"; if (!empty($widget_details_state) && $widget_details_state != "disabled") {