Console Error “Unexpected token” after upgrade
-
Hi,
After upgrade to version 190117 I am getting the following error on Chrome’s console:Uncaught SyntaxError: Unexpected token =The HTML underlined with the error shows:
stcr_form.prevUntil('form').each(function(){var =$(this);Notice the var =$(this).
Analyzing the source code, I have found the following on the line 1226 of the file wp_subscribe_reloaded.php:
stcr_form.prevUntil('form').each(function(){var $this=$(this);Does anyone have any idea regarding what is causing this issue?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Console Error “Unexpected token” after upgrade’ is closed to new replies.