From 7031fb346eaeae7fe39505b6c6a6be169e8ae20a Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Thu, 26 Feb 2026 17:20:38 +0530 Subject: [PATCH] RDKB-62863: WiFi ready page is missing in captive portal Reason for change: WiFi ready page is missing in captive portal after a Factory reset in 8.2x Test Procedure: Test for captive portal Risks:low Priority: P1 Signed-off-by: pavankumarreddy_balireddy@comcast.com --- source/Styles/xb3/jst/captiveportal.jst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Styles/xb3/jst/captiveportal.jst b/source/Styles/xb3/jst/captiveportal.jst index f6b9246..3ac8ebe 100644 --- a/source/Styles/xb3/jst/captiveportal.jst +++ b/source/Styles/xb3/jst/captiveportal.jst @@ -367,9 +367,6 @@ $(document).ready(function(){ location.href="index.jst"; }, 10000); } - if(connectionType != "WiFi"){ - setTimeout(function(){ goToReady(); }, 25000); - } }, error: function(xhr, status, error) { // Handle error @@ -388,6 +385,9 @@ $(document).ready(function(){ }); } postConfig(); + if(connectionType != "WiFi"){ + setTimeout(function(){ goToReady(); }, 25000); + } } var NameTimeout, PasswordTimeout, Name5Timeout, Password5Timeout, phoneNumberTimeout, agreementTimeout; function messageHandler(target, topMessage, bottomMessage){