Skip to content

Commit

Permalink
minor fix in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BimoZX committed Apr 11, 2012
1 parent f384a06 commit 0b8fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-client_v2/app/assets/javascripts/view/list/list_jot.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ window.ListJotView = Backbone.View.extend({
_this.error.call(_this, jqXHR, textStatus, errorThrown);
},
success: function(data, textStatus, jqXHR){
console.log( _this.sidebarView.sidebarFavorites.fetch() );
_this.success.call(_this, data, textStatus, jqXHR);
}
});
Expand All @@ -86,7 +87,6 @@ window.ListJotView = Backbone.View.extend({
alert(data.error);
}
else{
this.sidebarView.sidebarFavorites.fetch();
this.model.set(data.content);
this.render();
}
Expand Down

0 comments on commit 0b8fecc

Please sign in to comment.