don't use // for heroku either
This commit is contained in:
parent
6e10b4c508
commit
d96e991de3
1 changed files with 1 additions and 1 deletions
|
@ -1912,7 +1912,7 @@ Metamaps.Util = {
|
||||||
Metamaps.Realtime = {
|
Metamaps.Realtime = {
|
||||||
stringForLocalhost: '//localhost:5001',
|
stringForLocalhost: '//localhost:5001',
|
||||||
stringForMetamaps: 'https://realtime.metamaps.cc',
|
stringForMetamaps: 'https://realtime.metamaps.cc',
|
||||||
stringForHeroku: '//gentle-savannah-1303.herokuapp.com',
|
stringForHeroku: 'https://gentle-savannah-1303.herokuapp.com',
|
||||||
socket: null,
|
socket: null,
|
||||||
isOpen: false,
|
isOpen: false,
|
||||||
changing: false,
|
changing: false,
|
||||||
|
|
Loading…
Reference in a new issue