diff options
author | friendica <info@friendica.com> | 2013-07-14 01:23:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-14 01:23:07 -0700 |
commit | 5b6294dbc0b444c5120b655bc4876270f2f8822d (patch) | |
tree | 883b85d07345ac91f76da126136dc5a6ff1feb2c /view/tpl/main_slider.tpl | |
parent | 25ed8788e909d176b73bcb04492c2e3edbdaf662 (diff) | |
parent | 873c1f381e039f631a2634de1747ec85a6bad5d6 (diff) | |
download | volse-hubzilla-5b6294dbc0b444c5120b655bc4876270f2f8822d.tar.gz volse-hubzilla-5b6294dbc0b444c5120b655bc4876270f2f8822d.tar.bz2 volse-hubzilla-5b6294dbc0b444c5120b655bc4876270f2f8822d.zip |
Merge https://github.com/friendica/red into zpull
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); } |