diff --git a/js/functions.js b/js/functions.js index 4377a1dcda..d96f15ed5b 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3079,7 +3079,7 @@ function PMA_init_slider() } $this.addClass('slider_init_done'); - var $wrapper = $('
', {'class': 'slide-wrapper'}).css('height', $this.outerHeight(true)); + var $wrapper = $('
', {'class': 'slide-wrapper'}); $wrapper.toggle($this.is(':visible')); $('', {href: '#'+this.id}) .text(this.title)