Skip to content

Commit

Permalink
parkstay.frontend.exploreparks: fix uncompiled JS include
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Percival committed Mar 8, 2018
1 parent 154f045 commit 7cae4a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parkstay/frontend/exploreparks/src/parkfinder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ div.awesomplete > input {
import Awesomplete from 'awesomplete';
import ol from 'openlayers';
//var ol = require('openlayers/dist/ol-debug');
import 'foundation-sites';
import 'foundation-sites/dist/js/foundation.min';
import 'foundation-datepicker/js/foundation-datepicker';
import debounce from 'debounce';
import moment from 'moment';
Expand Down
2 changes: 1 addition & 1 deletion parkstay/static/exploreparks/js/map.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion parkstay/static/exploreparks/js/vendor.js

Large diffs are not rendered by default.

0 comments on commit 7cae4a3

Please sign in to comment.