-
Closed
-
After installing the update I get a “hello” message twice on every page that loads!
found this code in the Safari inspector
if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1) {
jQuery(".content-box .cntbox_btn").css({'display':'block', 'position':'relative', 'top':'0'});
console.log('hello');
alert('hello');
}Think somebody forgot to remove the developer test code 😉
Quick help please guys, it’s on my life website!
The topic "hello" message is closed to new replies