Missing semicolons in main.js.min
-
The main.js.min file was breaking for me because of missing semi colons:
jQuery(document.body).show() })
should be:
jQuery(document.body).show(); });
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Missing semicolons in main.js.min’ is closed to new replies.