# Allow surgeweb interface window updates pushed from serverside admin # interfaces saves are done. # var x=document.location.href; # if (x.indexOf('live_id=')==-1) # return; # var y=x.substring(x.indexOf('live_id=')+8); # setTimeout(function(){document.location.href=document.location.href},200);