aboutsummaryrefslogtreecommitdiffstats
path: root/view/main_slider.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/main_slider.tpl')
-rw-r--r--view/main_slider.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/main_slider.tpl b/view/main_slider.tpl
index 6f2b5f4a3..0bcf1384f 100644
--- a/view/main_slider.tpl
+++ b/view/main_slider.tpl
@@ -11,6 +11,7 @@
function networkRefresh() {
if((document.readyState !== "complete") || (slideTimer !== null))
return;
+ setTimeout(function() { $("#profile-jot-text-loading").show(); }, 1000 );
slideTimer = setTimeout(networkTimerRefresh,2000);
}