I'm trying to minify JS and CSS with W3 Total Cache.
With Javascript I obtain next error in the js console:
ReferenceError: quicktagsL10n is not defined
Which is the correct order of the scripts? scripts that I have are next:
1- wp-includes/js/jquery/jquery.js?ver=1.12.4
2- wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1
3- wp-content/plugins/cookie-law-info/js/cookielawinfo.js?ver=1.5.3
4- wp-includes/js/jquery/ui/core.min.js?ver=1.11.4
5- wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4
6- wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4
7- wp-content/themes/montezuma/javascript/smooth-menu.js?ver=4.7.2
8- wp-content/uploads/montezuma/javascript.js?ver=4.7.2
9- wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.5.0
10- wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20
11- wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.6.1
12- wp-content/plugins/simple-share-buttons-adder/js/ssba.min.js?ver=4.7.2
13- wp-content/plugins/lazy-load/js/jquery.sonar.min.js?ver=0.6.1
14- wp-content/plugins/lazy-load/js/lazy-load.js?ver=0.6.1
15- wp-includes/js/wp-embed.min.js?ver=4.7.2
16- wp-content/plugins/akismet/_inc/form.js?ver=3.2
17- wp-includes/js/comment-reply.min.js?ver=4.7.2
18- wp-includes/js/quicktags.min.js?ver=4.7.2
Which should be the correct order for javascript?
For CSS The standard order give no problems.
Rgds and thks in advance