Skip to content

Commit

Permalink
webui: resync GameProfile page with upstream (no code change)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMerl committed Nov 4, 2021
1 parent aee92df commit 76ce8a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/src/router/www/GameProfile.asp
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 76ce8a7

Please sign in to comment.