Skip to content

Commit

Permalink
Add extra jquery-ui bits needed for address autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Jun 19, 2015
1 parent 181b3ae commit 2139c4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//= require jquery-ui/autocomplete
//= require jquery-ui/menu
//= require jquery.ui.autocomplete.html.js
//= require address_autocomplete.js
//= require geolocation
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ body {
@import "jquery-ui/core";
@import "jquery-ui/datepicker";
@import "jquery-ui/theme";

@import "jquery-ui/autocomplete";
@import "jquery-ui/menu";

0 comments on commit 2139c4c

Please sign in to comment.