From 76ce8a71da16d8afd04947707cbdb2884800ca21 Mon Sep 17 00:00:00 2001 From: Eric Sauvageau Date: Wed, 3 Nov 2021 21:03:48 -0400 Subject: [PATCH] webui: resync GameProfile page with upstream (no code change) --- release/src/router/www/GameProfile.asp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/src/router/www/GameProfile.asp b/release/src/router/www/GameProfile.asp index e7d457f9162..796790088fa 100644 --- a/release/src/router/www/GameProfile.asp +++ b/release/src/router/www/GameProfile.asp @@ -204,9 +204,9 @@ function genListTable(){ var _target = gameProfile.profile[j]; if(_target.port == vts_rulelist_col[1]){ if(vts_rulelist_col[0].split('@').length < 2){ - if(_target.port == vts_rulelist_col[1] - && (_target.title == vts_rulelist_col[0] || vts_rulelist_col[0].indexOf(_target.title) != -1)){ - _platform = _target.platform; + if(_target.port == vts_rulelist_col[1] + && (_target.title == vts_rulelist_col[0] || vts_rulelist_col[0].indexOf(_target.title) != -1)){ + _platform = _target.platform; } } else{