try deleting some scripts, one by one until you find the one causing this issue.
For instance this one:
Code:
<script type="text/javascript">
var dateTimeOffset = new Date().getTimezoneOffset();
(function () {
var onload = function () {
var elementArray = [];
if (document.getElementsByClassName) {
elementArray = document.getElementsByClassName("localtime");
} else {
var re = new RegExp('(^| )localtime( |$)');
var els = document.getElementsByTagName("*");
for (var i=0,j=els.length; i<j; i++) {
if (re.test(els[i].className))
elementArray.push(els[i]);
}
}
for (var i = 0; i < elementArray.length; i++) {
var timeLocal = new Date(parseInt(elementArray[i].getAttribute("data-timestamp")));
var hour = timeLocal.getHours();
var ap = "am";
if (hour > 11) {
ap = "pm";
}
else if (hour > 12) {
hour = hour - 12;
}
Cookies are small packets of data, that we or our partners store locally on your computer, through your browser.
You can prevent the use of cookies anytime by changing the settings of your browser.
We use the following cookies, in concordance with the GDPR :
-Essential cookies: necessary for full functionality of the website.
-Optional cookies: optional and help us improve the website by, for example, analysing user behaviour on the website without personally identifying you.
You can find more information in our privacy statement.