aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-06 15:11:31 -0800
committerfriendica <info@friendica.com>2013-01-06 15:11:31 -0800
commit8766616e354a7074e695fc4189729fdd85c8e907 (patch)
treef4f534217b4596cbbd4e9d894c48639cf02c9ca0 /js/main.js
parent7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b (diff)
downloadvolse-hubzilla-8766616e354a7074e695fc4189729fdd85c8e907.tar.gz
volse-hubzilla-8766616e354a7074e695fc4189729fdd85c8e907.tar.bz2
volse-hubzilla-8766616e354a7074e695fc4189729fdd85c8e907.zip
get sliders working again
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js
index b184cd429..67105bd16 100644
--- a/js/main.js
+++ b/js/main.js
@@ -493,6 +493,8 @@ function updateConvItems(mode,data) {
in_progress = false;
updateConvItems(update_mode,data);
$("#page-spinner").hide();
+ $("#profile-jot-text-loading").hide();
+
});