aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/main_slider.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-16 18:10:14 -0700
committerfriendica <info@friendica.com>2015-03-16 18:10:14 -0700
commit841f94ce2adad86b65f8ff332e1d541ebeec8f69 (patch)
tree574cefa9e9ce5f79fc73e29adb536935180451b0 /view/tpl/main_slider.tpl
parent178b768e3ce43f3c75abec1540fcdc909c8c2197 (diff)
downloadvolse-hubzilla-841f94ce2adad86b65f8ff332e1d541ebeec8f69.tar.gz
volse-hubzilla-841f94ce2adad86b65f8ff332e1d541ebeec8f69.tar.bz2
volse-hubzilla-841f94ce2adad86b65f8ff332e1d541ebeec8f69.zip
regression: visual feedback that page/content is loading when affinity slider value changed went missing
Diffstat (limited to 'view/tpl/main_slider.tpl')
-rwxr-xr-xview/tpl/main_slider.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/main_slider.tpl b/view/tpl/main_slider.tpl
index c8f3d2e06..d423e6691 100755
--- a/view/tpl/main_slider.tpl
+++ b/view/tpl/main_slider.tpl
@@ -17,6 +17,8 @@
var slideTimer = null;
function networkRefresh() {
+ $("#profile-jot-text-loading").show();
+
if((document.readyState !== "complete") || (slideTimer !== null))
return;
if((bParam_cmin == old_cmin) && (bParam_cmax == old_cmax))