diff options
author | friendica <info@friendica.com> | 2013-07-14 01:19:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-14 01:19:24 -0700 |
commit | 873c1f381e039f631a2634de1747ec85a6bad5d6 (patch) | |
tree | 74bfa72aea4cd090c1550f36437666cdd272350e /view/tpl/main_slider.tpl | |
parent | 5b73755af7befa171223c6cdb6cc7ec917cedd6f (diff) | |
parent | 6abaa37fe37ee52a01e686ab3b722bcf8c2693f3 (diff) | |
download | volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.tar.gz volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.tar.bz2 volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.zip |
Merge pull request #77 from git-marijus/master
add spin.js a themable js spinner to red
Diffstat (limited to 'view/tpl/main_slider.tpl')
-rwxr-xr-x | view/tpl/main_slider.tpl | 2 |
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); } |