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