diff --git a/upload/static/js/autoloadpage.js b/upload/static/js/autoloadpage.js index a0bb3e25bd29a1057b4421b32d8d8ab8fcfec775..68683108b870d79fae7d2f863c556f55f3b269b8 100644 --- a/upload/static/js/autoloadpage.js +++ b/upload/static/js/autoloadpage.js @@ -56,7 +56,7 @@ var url = nextpageurl + '&t=' + parseInt((+new Date()/1000)/(Math.random()*1000)); var x = new Ajax('HTML'); x.get(url, function (s) { - s = s.replace(/\n|\r/g, ''); + s = s.replace(/\n|\r/g, ' '); if(s.indexOf("id=\"autopbn\"") == -1) { $("autopbn").style.display = "none"; window.onscroll = null;