Skip to content

Commit

Permalink
Removed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kranjbar authored and kranjbar committed Feb 5, 2016
1 parent d89a2af commit 0033731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var bind_sortable = function() {
helper: "clone",
revert: "invalid"
});
$('.sidebar-item').on('ajax:success', function(data, textStatus, xhr) {
$('.sidebar_item').on('ajax:success', function(data, textStatus, xhr) {
$(this).parent().replaceWith(data);
}
);
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/sidebar_admin.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
padding: 45px;
border: 1px solid #ccc;
}
.sidebar-item {
.sidebar_item {
position: relative;
h3 {
margin-top: 0;
Expand Down

0 comments on commit 0033731

Please sign in to comment.