aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-21 22:19:21 -0700
committerzotlabs <mike@macgirvin.com>2017-09-21 22:19:21 -0700
commitae5a1362a7ea864cafc2ecc652863eeb9939742c (patch)
tree0807a82fa50b394ae57be81bc72424ba5196c5b5
parentfefc2290a142072f740d091e800258d957378e96 (diff)
downloadvolse-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-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 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))