Set default address to window.location.hostname
This commit is contained in:
parent
f739ff9345
commit
5f2798e78c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ window.mumbleWebConfig = {
|
|||
// Default values (can be changed by passing a query parameter of the same name)
|
||||
'defaults': {
|
||||
// Connect Dialog
|
||||
'address': '',
|
||||
'address': window.location.hostname,
|
||||
'port': '443',
|
||||
'token': '',
|
||||
'username': '',
|
||||
|
|
Loading…
Reference in a new issue