diff options
author | friendica <info@friendica.com> | 2013-01-06 15:11:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-06 15:11:31 -0800 |
commit | 8766616e354a7074e695fc4189729fdd85c8e907 (patch) | |
tree | f4f534217b4596cbbd4e9d894c48639cf02c9ca0 /js/main.js | |
parent | 7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b (diff) | |
download | volse-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.js | 2 |
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(); + }); |