mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix vendor loading in user_ldap wizard
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
cf4c77e064
commit
2ddb9a6663
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
vendor_style('user_ldap', 'ui-multiselect/jquery.multiselect');
|
||||
style('user_ldap', 'vendor/ui-multiselect/jquery.multiselect');
|
||||
|
||||
script('user_ldap', [
|
||||
'vendor/ui-multiselect/src/jquery.multiselect',
|
||||
|
|
|
|||
Loading…
Reference in a new issue