typo in js statement fixed

remotes/origin/stable4
Bjoern Schiessle 13 years ago
parent a72eddeef7
commit 595ff468f5
  1. 2
      core/js/multiselect.js

@ -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){

Loading…
Cancel
Save