Alert “ok” pop on all pages
-
This code below is viewable in the source of every web page. I have updated all wordpress and plugins versions, installed the jQuery merge fix for now and tried disabling all plugins. I have searched the database and the website files/within files and manually looked at every admin and content record/setting I can. I’m unable to find the source of this alert pop just saying “ok”. Any ideas to remove?
`<script type=”text/javascript”>
function codeAddress() {
alert(‘ok’);
}
window.onload = codeAddress;
</script><script type=”text/javascript”>
function codeAddress() {
alert(‘ok’);
}
window.onload = codeAddress;
</script>- This topic was modified 4 years, 5 months ago by .
- This topic was modified 4 years, 5 months ago by .
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Alert “ok” pop on all pages’ is closed to new replies.