Getting the following Error on the Web page
-
Hello I’m Getting the following Error on the Web page and then the plugin doesn’t work. When I disable and then activate the plugin again it works until I add a new POST.
[ redundant link removed ]
ANY IDEAS what to do to fix this?
jQuery('.bm-button-copy').css('display','inline'); // Stop href="#hashtarget" links jumping around the page var hashLinks = document.querySelectorAll("a[href^='#']"); [].forEach.call(hashLinks, function (link) { link.addEventListener("click", function (event) { event.preventDefault(); history.pushState({}, "", link.href); history.pushState({}, "", link.href); history.back(); }); });
The page I need help with: [log in to see the link]
- The topic ‘Getting the following Error on the Web page’ is closed to new replies.