Commit 7bf7fff21220bc0bf36b9aec889f29a88f406581

Authored by Antonio Terceiro
1 parent 1e0dca79

Fix indentation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/javascripts/application.js
... ... @@ -697,7 +697,7 @@ function remove_item_wall(button, item, url, msg) {
697 697 } else {
698 698 $wall_item.removeClass('remove-item-loading');
699 699 window.location.replace(data.redirect);
700   - }
  700 + }
701 701 });
702 702 }
703 703  
... ...