Hi fridaydesign ,
We've found the issue and it seems to happen when "CSS and JavaScript Post-Processing" is enabled on the cache and speed settings. If you're comfortable with editing some javascript, you can do the following:
- Edit the file in ds_milo/themes/milo/vendor/jquery.touch.events/jquery.mobile-events.min.js
- Go to line 27 of the file and remove
"use strict";
at the beginning
This is how it looks before:
"use strict";!function(e){function t(){var e=s();
This is how it would look after:
!function(e){function t(){var e=s();
If unable to edit the file, you can turn off the setting for "CSS and JavaScript Post-Processing" for now. We will be updating the theme and publishing a fix shortly.
Hope this helps,
Mary