aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2013-07-13 23:33:21 +0200
committergit-marijus <mario@mariovavti.com>2013-07-13 23:33:21 +0200
commit3ca93a2b9e953890c280778293b7af26cfbf7073 (patch)
tree83cc3c4576c8541a8aeb587c31590ffce620cdcd
parent7e00a1662d0c56a97d64881da5ef4ba0c88e65e3 (diff)
downloadvolse-hubzilla-3ca93a2b9e953890c280778293b7af26cfbf7073.tar.gz
volse-hubzilla-3ca93a2b9e953890c280778293b7af26cfbf7073.tar.bz2
volse-hubzilla-3ca93a2b9e953890c280778293b7af26cfbf7073.zip
port jot to spin.js
-rwxr-xr-xview/tpl/main_slider.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/main_slider.tpl b/view/tpl/main_slider.tpl
index fe4495f77..8169de6ec 100755
--- a/view/tpl/main_slider.tpl
+++ b/view/tpl/main_slider.tpl
@@ -26,7 +26,7 @@
return;
if((bParam_cmin == old_cmin) && (bParam_cmax == old_cmax))
return;
- setTimeout(function() { $("#profile-jot-text-loading").show(); }, 1000 );
+ setTimeout(function() { $("#profile-jot-text-loading").spin('small'); }, 1000 );
slideTimer = setTimeout(networkTimerRefresh,2000);
}