typo in js statement fixed

This commit is contained in:
Bjoern Schiessle 2012-06-26 10:35:19 +02:00
parent a72eddeef7
commit 595ff468f5
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
var option=$('<option selected="selected"/>');
option.attr('value',$(this).val());
option.text($(this).val());
select.append(optione);
select.append(options);
li.prev().children('input').trigger('click');
button.parent().data('preventHide',false);
if(settings.createCallback){