On multiple sites I get a javascript error when I use this module in conjunction with AdvAgg and JSMin compression.

There is a semicolon added before:
(function($,document,window){ var defaults={ label:'MENU', duplicate:true, duration:200, easingOpen:'swing', ...

When I select a different compressor for the following file everything works fine.

sites/all/modules/adminimal_admin_menu/js/slicknav/jquery-no-conflict.slicknav.js

Not sure what the issue is here but this error breaks a lot of javascript code on the admin site of my websites.

Comments

jcohlmeyer created an issue. See original summary.

jcohlmeyer’s picture

Status: Active » Closed (duplicate)

It looks like this is an issue with the AdvAgg module as reported here: https://www.drupal.org/node/2627468

It also looks like there is a fix in the works :).