aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-25 23:03:56 -0700
committerfriendica <info@friendica.com>2012-07-25 23:03:56 -0700
commitacfe9e77bf6b3e0ff664ccd3e24490570c027b7f (patch)
tree67752e0dd9af862105f927586c6a1ae4357b0998 /view
parent7bdbb8331c8341e6c3ea0b463f0a742d06972245 (diff)
downloadvolse-hubzilla-acfe9e77bf6b3e0ff664ccd3e24490570c027b7f.tar.gz
volse-hubzilla-acfe9e77bf6b3e0ff664ccd3e24490570c027b7f.tar.bz2
volse-hubzilla-acfe9e77bf6b3e0ff664ccd3e24490570c027b7f.zip
show spinning cursor to let you know a refresh is happening.
Diffstat (limited to 'view')
-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);
}