|
@@ -20,7 +20,7 @@ function getbasepath(){
|
|
|
}
|
|
}
|
|
|
else
|
|
else
|
|
|
{
|
|
{
|
|
|
- host = "http://" + host;
|
|
|
|
|
|
|
+ host = window.location.protocol + "//" + host;
|
|
|
if (window.location.port != "") {
|
|
if (window.location.port != "") {
|
|
|
host = host + ":" + window.location.port;
|
|
host = host + ":" + window.location.port;
|
|
|
}
|
|
}
|