Skip to content

Commit

Permalink
heroku specific url
Browse files Browse the repository at this point in the history
  • Loading branch information
ikh831 committed Nov 9, 2012
1 parent f9a324b commit 4da2cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/application.js
Expand Up @@ -2,7 +2,7 @@ var Message = Backbone.Model.extend({});

var MessageStore = Backbone.Collection.extend({
model: Message,
url: 'http://localhost:4567/messages'
url: 'http://sultry-spire-6184.herokuapp.com/'
});

var messages = new MessageStore;
Expand Down Expand Up @@ -35,4 +35,4 @@ var view = new MessageView({el: $('#chatArea')});

setInterval(function(){
messages.fetch({success: function(){view.render();}});
},1000)
},100000000000000000000000000)

0 comments on commit 4da2cf5

Please sign in to comment.