I’m getting a error on pages
-
The error does not stop the website from loading but I get this error jQuery is not defined (line 74)
when I look at the code of the page line 74 is this74 jQuery(document).ready(function() {
jQuery(“.wangguard-user-report”).click(function() {
if (!confirm(‘Do you confirm to report the user?’))
return;var userID = jQuery(this).attr(“rel”);
If I disable the plugin it goes away, thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.