From 420bc909537672985917f59ebed0eecf79405486 Mon Sep 17 00:00:00 2001 From: Sergio Ceron Date: Tue, 14 Apr 2026 19:05:20 -0500 Subject: [PATCH 1/2] fix: Improve JavaScript Functionality for Login Screen --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 6db620c..8d34083 100644 --- a/index.php +++ b/index.php @@ -28,13 +28,13 @@
- + - +
:    
Date: Tue, 14 Apr 2026 19:05:20 -0500 Subject: [PATCH 2/2] fix: Improve JavaScript Functionality for Login Screen --- jscripts/cpanel.js | 43 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/jscripts/cpanel.js b/jscripts/cpanel.js index ee42a6a..be50358 100644 --- a/jscripts/cpanel.js +++ b/jscripts/cpanel.js @@ -106,13 +106,42 @@ function uncheckItem(item) { /* select a radio button */ -function selectRadioButton(formId, groupId, value) { - var group = document.forms[formId][groupId]; - for (var i=0; i