mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-03-31 17:00:24 +08:00
去除端口注释
This commit is contained in:
parent
35edede3b0
commit
a803812f76
@ -9,7 +9,6 @@ if (window.MCSERVER == undefined) window.MCSERVER = {};
|
||||
MCSERVER.URL = function (url, protocol) {
|
||||
var _protocol = protocol || 'http://';
|
||||
var hostName = window.location.host;
|
||||
// var port = 23333;
|
||||
var openURL = hostName + '/' + url;
|
||||
return _protocol + openURL;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user