• Resolved churongcon

    (@churongcon)


    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)
  • Plugin Support Hai Zheng?

    (@hailite)

    Try to turn off option Remove Comments

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    I’m going to mark this topic “Resolved”, due to lack of activity.

    If you still need help, please feel free to re-open it.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove comment JS errors on v3.5.2’ is closed to new replies.