diff --git a/public/common/js/response.js b/public/common/js/response.js index 6cd1cd7c..e603f760 100644 --- a/public/common/js/response.js +++ b/public/common/js/response.js @@ -137,7 +137,10 @@ PageMain.stop(true, true).animate({ 'opacity': '1' }, 150, function() { - ToolsPageLoading.css("display", "none"); + setTimeout(function(){ + ToolsPageLoading.css("display", "none"); + },100); + }); } diff --git a/public/index.html b/public/index.html index d0dafc94..c254255b 100644 --- a/public/index.html +++ b/public/index.html @@ -97,7 +97,7 @@ var masks = setInterval(function(){ www.innerHTML = www.innerHTML + '.'; count++; - if(count > 15)clearInterval(masks); + if(count > 10)clearInterval(masks); },1000); })(); @@ -125,8 +125,8 @@
-
-
+
+