@@ -86,7 +86,8 @@
setTimeout( function(){
- window.location.replace(url)
+ // window.location.replace(url)
+ window.location.href = url
}, 5000 );