Remove comment JS errors on v3.5.2
-
Hello,
My theme use JS with comments like this
theme.widgetMenuToggle = function(){ //******************************************************************* //* Widget Menu Toggle //*******************************************************************/ if( theme.widget_menu_toggle) {
After use combine JS:
Uncaught SyntaxError: Invalid regular expression: missing /
and js minify file have slash character “/” :
theme.widgetMenuToggle = function(){ / if( theme.widget_menu_toggle) {
But version v3.5.0.2 working fine
How to fix it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove comment JS errors on v3.5.2’ is closed to new replies.