port jot to spin.js
This commit is contained in:
parent
7e00a1662d
commit
3ca93a2b9e
@ -26,7 +26,7 @@
|
|||||||
return;
|
return;
|
||||||
if((bParam_cmin == old_cmin) && (bParam_cmax == old_cmax))
|
if((bParam_cmin == old_cmin) && (bParam_cmax == old_cmax))
|
||||||
return;
|
return;
|
||||||
setTimeout(function() { $("#profile-jot-text-loading").show(); }, 1000 );
|
setTimeout(function() { $("#profile-jot-text-loading").spin('small'); }, 1000 );
|
||||||
slideTimer = setTimeout(networkTimerRefresh,2000);
|
slideTimer = setTimeout(networkTimerRefresh,2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user