• Closed
  • Ronald Janssen
    Spectator
    April 30, 2016 at 9:40 am #27167

    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!

    Ronald Janssen
    Spectator
    Posts: 19
    April 30, 2016 at 10:15 am #27168

    Found and removed the code in 2 places in main.js.

    Roman
    Spectator
    Posts: 3147
    April 30, 2016 at 7:05 pm #27179

    theme package updated. really sorry about the bug 🙁