Quoted a reserved word
This commit is contained in:
parent
071fcf9836
commit
d100d68cb2
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user