Unexpected token ;
-
I had a problem with the code line 142 of arty-popup.php:
var exdays=<?php echo $options[‘popup_cookie_time’]; ?>;I simply fixed it replacing with:
var exdays=<?php echo ‘$options[“popup_cookie_time”]’; ?>;It is the best way…? At least it worked for me
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Unexpected token ;’ is closed to new replies.