From d100d68cb259a3cee5b197decc2e40a7d4c363df Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Wed, 5 Dec 2012 22:16:44 +0000 Subject: [PATCH] Quoted a reserved word --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)