Skip to content

Commit 9414af7

Browse files
committed
fix: broken URL for mobile reports
1 parent 83751cb commit 9414af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/RepConvGRC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@ function _RepConvGRC() {
24402440
'cache':false,
24412441
'async':false
24422442
});
2443-
return "[url=http://www.grcrt.net/repview.php?rep="+_send.responseJSON.filename+"]"+RepConvTool.GetLabel('MOBILEVERSION')+"[/url]\n\n";
2443+
return "[url=https://www.grcrt.net/repview.php?rep="+_send.responseJSON.filename+"]"+RepConvTool.GetLabel('MOBILEVERSION')+"[/url]\n\n";
24442444
}
24452445
return '';
24462446
}

0 commit comments

Comments
 (0)