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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user