mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Merge pull request #31756 from nextcloud/fix/vendor_loading_ldap
Fix vendor loading in user_ldap wizard
This commit is contained in:
commit
72b8deb1e6
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