port jot to spin.js

This commit is contained in:
git-marijus 2013-07-13 23:33:21 +02:00
parent 7e00a1662d
commit 3ca93a2b9e

View File

@ -26,7 +26,7 @@
return;
if((bParam_cmin == old_cmin) && (bParam_cmax == old_cmax))
return;
setTimeout(function() { $("#profile-jot-text-loading").show(); }, 1000 );
setTimeout(function() { $("#profile-jot-text-loading").spin('small'); }, 1000 );
slideTimer = setTimeout(networkTimerRefresh,2000);
}