master
Nick Sergeant 2012-04-23 22:09:40 -04:00
parent d75adce874
commit 04542e2ce7
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
var that = this;
if (this.$el.hasClass('favorited')) {
$.ajax('/api/private/favorite/' + this.model.get('favorite_id'), {
$.ajax('/api/private/favorite/' + this.model.get('favorite_id') + '/', {
type: 'delete',
success: function() {
that.$el.removeClass('favorited');