hostname bug
This commit is contained in:
parent
92cd5820a4
commit
911c927056
|
@ -181,7 +181,7 @@ var update_ui = function() {
|
|||
$(function() {
|
||||
get_conf_cookie();
|
||||
if (window.location.protocol === "http:") {
|
||||
server_conf.host = window.location.host;
|
||||
server_conf.host = window.location.hostname;
|
||||
}
|
||||
var modal_conf = {
|
||||
show: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user