diff --git a/js/functions.js b/js/functions.js index 73c1268672..9053e22c16 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3148,7 +3148,7 @@ function PMA_init_slider() } var $wrapper = $('
', {'class': 'slide-wrapper'}); $wrapper.toggle($this.is(':visible')); - $('', {href: '#'+this.id, class:'ajax'}) + $('', {href: '#'+this.id, "class":'ajax'}) .text(this.title) .prepend($('')) .insertBefore($this)