don't use // for heroku either

This commit is contained in:
Devin Howard 2015-12-21 21:29:15 +08:00
parent 6e10b4c508
commit d96e991de3

View file

@ -1912,7 +1912,7 @@ Metamaps.Util = {
Metamaps.Realtime = {
stringForLocalhost: '//localhost:5001',
stringForMetamaps: 'https://realtime.metamaps.cc',
stringForHeroku: '//gentle-savannah-1303.herokuapp.com',
stringForHeroku: 'https://gentle-savannah-1303.herokuapp.com',
socket: null,
isOpen: false,
changing: false,