diff --git a/js/views/roomlistview.js b/js/views/roomlistview.js index 2d61b53a6..5be381595 100755 --- a/js/views/roomlistview.js +++ b/js/views/roomlistview.js @@ -131,7 +131,7 @@ window.location.replace(window.location.href.slice(0, -window.location.hash.length)); } - this.$el.hide(); + this.$el.slideUp(); $.ajax({ url: OC.generateUrl('/apps/spreed/api/room/') + this.model.get('id'),