Skip to content

Commit beee037

Browse files
committed
update application.scss
1 parent 0880051 commit beee037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/javascripts/application.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//= require jquery.flexslider-min
99
//= require underscore
1010

11-
//= require jquery.dropdown
11+
//= require jquery-dropdown/jquery.dropdown
1212

1313
$(function () {
1414
$('a.remove-parent').on('click', this.selector, function (e) {

app/assets/stylesheets/application.css.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "base", "compass/css3", "fonts",
22
"normailze", "tipTip", "new-new-home", "error";
33

4-
@import 'jquery-dropdown';
4+
@import 'jquery-dropdown/jquery.dropdown.min';
55
@import 'backgrounds';
66

77
.user-mosaic, .team-mosiac {

0 commit comments

Comments
 (0)