JavaScript errors in the wpdevart_lightbox_front.js file
-
I noticed the plugin broke when I tried to minify the JS file: wpdevart_lightbox_front.js
I received errors for missing semicolons which did not allow the code to be minified. The problem I’m having is on line 146:
146 Expected ‘}’ to match ‘{‘ from line 1 and instead saw ‘create_popup’.
146 Missing semicolon.There was also a “trailing comma” error I received on lines 141, 791, and 846: “warning: trailing comma is not legal in ECMA-262 object initializers”
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘JavaScript errors in the wpdevart_lightbox_front.js file’ is closed to new replies.