diff --git a/couchpotato/core/plugins/movie/static/search.js b/couchpotato/core/plugins/movie/static/search.js index d042cab7..65c4327d 100644 --- a/couchpotato/core/plugins/movie/static/search.js +++ b/couchpotato/core/plugins/movie/static/search.js @@ -158,7 +158,7 @@ Block.Search = new Class({ rc = self.result_container.getCoordinates(); self.results.setStyle('max-height', (w.y - rc.top - 50) + 'px') - self.mask.hide() + self.mask.fade('out') },