use '/reshare' instead of 'reshare/' to ensure the correct path (js)
This commit is contained in:
parent
641ca9fdd2
commit
880efd3e72
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ app.models.Post = Backbone.Model.extend({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
reshareUrl : "reshares/",
|
reshareUrl : "/reshares",
|
||||||
reshare : function(){
|
reshare : function(){
|
||||||
return this._reshare = this._reshare || new app.models.Reshare({root_guid : this.get("guid")});
|
return this._reshare = this._reshare || new app.models.Reshare({root_guid : this.get("guid")});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue