regression: visual feedback that page/content is loading when affinity slider value changed went missing
This commit is contained in:
parent
178b768e3c
commit
841f94ce2a
@ -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))
|
||||
|
Reference in New Issue
Block a user