for heroku

This commit is contained in:
Connor Turland 2014-09-24 17:15:39 -04:00
parent 265295a8a8
commit c817622984

View file

@ -1498,7 +1498,7 @@ Metamaps.Realtime = {
});
$('body').click(self.close);
self.socket = io.connect('http://localhost:5001');
self.socket = io.connect('http://gentle-savannah-1303.herokuapp.com');
self.startActiveMap();
},
toggleBox: function (event) {