Skip to content

Commit

Permalink
fixes sf-wdi-25#1
Browse files Browse the repository at this point in the history
  • Loading branch information
kranjbar authored and kranjbar committed Feb 5, 2016
1 parent d65a8ea commit d89a2af
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 d89a2af

Please sign in to comment.