Issue with JS minification after updating to 3.1.9
-
I’m using this code
(function($) { $(function () { $('.panel-active .panel-title a').trigger('click'); }); })(jQuery);
to automatically close an accordion shortcode created by my theme on page load, but after updating to 3.1.9 it stopped working.
I’m excluding this file from being minified and after checking my browser’s debugger I can see that it is in fact being excluded, but somehow the minification is affecting the above piece of code I have in that file.
Is it possible that maybe there’s another plugin setting that’s causing the issue?
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Issue with JS minification after updating to 3.1.9’ is closed to new replies.