mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 13:39:40 -04:00
typo in js statement fixed
This commit is contained in:
parent
a72eddeef7
commit
595ff468f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue