We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83751cb commit 9414af7Copy full SHA for 9414af7
modules/RepConvGRC.js
@@ -2440,7 +2440,7 @@ function _RepConvGRC() {
2440
'cache':false,
2441
'async':false
2442
});
2443
- return "[url=http://www.grcrt.net/repview.php?rep="+_send.responseJSON.filename+"]"+RepConvTool.GetLabel('MOBILEVERSION')+"[/url]\n\n";
+ return "[url=https://www.grcrt.net/repview.php?rep="+_send.responseJSON.filename+"]"+RepConvTool.GetLabel('MOBILEVERSION')+"[/url]\n\n";
2444
}
2445
return '';
2446
0 commit comments