Quoted a reserved word

This commit is contained in:
Rouslan Placella 2012-12-05 22:16:44 +00:00
parent 071fcf9836
commit d100d68cb2

View File

@ -3148,7 +3148,7 @@ function PMA_init_slider()
}
var $wrapper = $('<div>', {'class': 'slide-wrapper'});
$wrapper.toggle($this.is(':visible'));
$('<a>', {href: '#'+this.id, class:'ajax'})
$('<a>', {href: '#'+this.id, "class":'ajax'})
.text(this.title)
.prepend($('<span>'))
.insertBefore($this)