aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2013-07-13 20:03:42 +0200
committergit-marijus <mario@mariovavti.com>2013-07-13 20:03:42 +0200
commit486041ebbce26bc6a2540e2d93b938ea0e35e9bb (patch)
tree473d298030ac5cd2f5842ac629dc56d53d83052e
parentbe92ca980f673027a137a4c345dca83b24b0daee (diff)
downloadvolse-hubzilla-486041ebbce26bc6a2540e2d93b938ea0e35e9bb.tar.gz
volse-hubzilla-486041ebbce26bc6a2540e2d93b938ea0e35e9bb.tar.bz2
volse-hubzilla-486041ebbce26bc6a2540e2d93b938ea0e35e9bb.zip
Update main.js
-rw-r--r--js/main.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/main.js b/js/main.js
index f1a50e28a..3f165dfa3 100644
--- a/js/main.js
+++ b/js/main.js
@@ -1,4 +1,3 @@
-
function confirmDelete() { return confirm(aStr['delitem']); }
function commentOpen(obj,id) {
if(obj.value == aStr['comment']) {
@@ -509,7 +508,7 @@ function updateConvItems(mode,data) {
}
if(page_load)
- $("#page-spinner").show();
+ $("#page-spinner").spin('small');
$.get(update_url,function(data) {
var update_mode = ((page_load) ? 'replace' : 'update');
@@ -519,7 +518,7 @@ function updateConvItems(mode,data) {
scroll_next = false;
in_progress = false;
updateConvItems(update_mode,data);
- $("#page-spinner").hide();
+ $("#page-spinner").spin(false);
$("#profile-jot-text-loading").hide();
});