Fix mobile navigation js error

This commit is contained in:
Björn Fromme
2018-04-21 12:51:27 +02:00
parent 81e2fbf02f
commit a5f09112dc
9 changed files with 24 additions and 22 deletions
+8 -8
View File
@@ -10,23 +10,23 @@
"build": "./node_modules/.bin/encore production"
},
"dependencies": {
"@fancyapps/fancybox": "^3.2.5",
"@fengyuanchen/datepicker": "^0.6.4",
"bootstrap-sass": "^3.3.7",
"bourbon": "^4.3.2",
"cookieconsent": "^3.0.4",
"jquery": "^3.2.1",
"font-awesome": "^4.7.0",
"iframe-resizer": "^3.5.5",
"jquery": "^2.2.4",
"jquery-lazy": "^1.7.4",
"moment": "^2.19.4",
"normalize.css": "^7.0.0",
"picturefill": "^3.0.2",
"sass-mq": "^3.3.2",
"slick-carousel": "^1.8.0",
"sticky-js": "^1.2.0",
"vue": "^2.5.11",
"vue-session": "^0.9.10",
"@fancyapps/fancybox": "^3.2.5",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"iframe-resizer": "^3.5.5",
"moment": "^2.19.4",
"picturefill": "^3.0.2"
"vue-session": "^0.9.10"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.19.0",