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

This commit is contained in:
zotlabs 2017-09-21 22:19:21 -07:00
parent fefc2290a1
commit ae5a1362a7

View File

@ -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))