diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-21 22:19:21 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-21 22:19:21 -0700 |
commit | ae5a1362a7ea864cafc2ecc652863eeb9939742c (patch) | |
tree | 0807a82fa50b394ae57be81bc72424ba5196c5b5 | |
parent | fefc2290a142072f740d091e800258d957378e96 (diff) | |
download | volse-hubzilla-ae5a1362a7ea864cafc2ecc652863eeb9939742c.tar.gz volse-hubzilla-ae5a1362a7ea864cafc2ecc652863eeb9939742c.tar.bz2 volse-hubzilla-ae5a1362a7ea864cafc2ecc652863eeb9939742c.zip |
no visible feedback when moving the affinity slider and waiting for content to load, the appropriate spinner div seems to have gone missing at some time in the past
-rwxr-xr-x | view/tpl/main_slider.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/main_slider.tpl b/view/tpl/main_slider.tpl index a4e2e1925..d4f0dd936 100755 --- a/view/tpl/main_slider.tpl +++ b/view/tpl/main_slider.tpl @@ -1,4 +1,5 @@ <div id="main-slider" class="slider" ><input id="main-range" type="text" name="cminmax" value="{{$val}}" /></div> +<div id="profile-jot-text-loading" style="display:none;"></div> <script> $(document).ready(function() { var old_cmin = 0; @@ -19,6 +20,7 @@ $(document).ready(function() { var slideTimer = null; function networkRefresh() { + $("#profile-jot-text-loading").show(); if((document.readyState !== "complete") || (slideTimer !== null)) |