regression: visual feedback that page/content is loading when affinity slider value changed went missing

This commit is contained in:
friendica 2015-03-16 18:10:14 -07:00
parent 178b768e3c
commit 841f94ce2a

View File

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