Skip to content

Commit 83a0203

Browse files
committed
fix: Fix typo in script name, should fix UI
Signed-off-by: Côme Chilliet <[email protected]>
1 parent bdfb890 commit 83a0203

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/Settings/Admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public function getForm() {
5151
]
5252
);
5353

54-
Util::addScript(Application::APP_ID, 'ldap_write_suppport-admin-settings');
55-
Util::addStyle(Application::APP_ID, 'ldap_write_suppport-admin-settings');
54+
Util::addScript(Application::APP_ID, 'ldap_write_support-admin-settings');
55+
Util::addStyle(Application::APP_ID, 'ldap_write_support-admin-settings');
5656

5757
return new TemplateResponse(Application::APP_ID, 'settings-admin');
5858
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ldap_write_suppport",
2+
"name": "ldap_write_support",
33
"version": "1.14.0",
44
"description": "Adds write support to the LDAP backend",
55
"private": true,

0 commit comments

Comments
 (0)