An error has occurred

{{terminalError}}

News and insight, so you don't miss a beat

7 days. Hundreds of articles. No payment needed.

Start your trial

Already have an account?

Trial today and access:

  • In-depth market insight and analysis
  • Over 22,000 articles on tech, data, infrastructure and more
  • Trial our app
const repeatContentCheck = setInterval(function(){ if( jQuery("#loginURL.login-present").length >= 0){ var loginURL = document.getElementById("loginURL").getAttribute("href"); var loginRetURL = loginURL.split("destination=")[1]; if(loginRetURL.indexOf("http") !== -1 ){ var retURL = loginRetURL.split("com/", 2)[1]; var loginParams = loginURL.split("destination=")[0]; var newLoginURL = loginParams + "destination=/" + retURL; document.getElementById("loginURL").setAttribute("href",newLoginURL); clearInterval(repeatContentCheck); } } }, 300);