use '/reshare' instead of 'reshare/' to ensure the correct path (js)

This commit is contained in:
danielgrippi 2012-01-17 17:53:02 -08:00
parent 641ca9fdd2
commit 880efd3e72

View file

@ -15,7 +15,7 @@ app.models.Post = Backbone.Model.extend({
}
},
reshareUrl : "reshares/",
reshareUrl : "/reshares",
reshare : function(){
return this._reshare = this._reshare || new app.models.Reshare({root_guid : this.get("guid")});
},