Commit 7bf7fff21220bc0bf36b9aec889f29a88f406581
1 parent
1e0dca79
Exists in
master
and in
29 other branches
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,7 +697,7 @@ function remove_item_wall(button, item, url, msg) { | ||
697 | } else { | 697 | } else { |
698 | $wall_item.removeClass('remove-item-loading'); | 698 | $wall_item.removeClass('remove-item-loading'); |
699 | window.location.replace(data.redirect); | 699 | window.location.replace(data.redirect); |
700 | - } | 700 | + } |
701 | }); | 701 | }); |
702 | } | 702 | } |
703 | 703 |