Location.reload() is giving a flickering effect

Hi Pullo, thanks for the reply

funny enough after I changed:

setTimeout(function(){location.reload();}, 3000)

to

setTimeout(function(){window.location = window.location}, 3000);

The flickering is gone.