port jot to spin.js

This commit is contained in:
git-marijus 2013-07-13 23:28:44 +02:00
parent e1a1fc9a5e
commit 9cb151fe27

View File

@ -520,7 +520,7 @@ function updateConvItems(mode,data) {
in_progress = false;
updateConvItems(update_mode,data);
$("#page-spinner").spin(false);
$("#profile-jot-text-loading").hide();
$("#profile-jot-text-loading").spin(false);
});