diff options
Diffstat (limited to 'templates/settings_editor.php')
| -rw-r--r-- | templates/settings_editor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings_editor.php b/templates/settings_editor.php index 6b7f08c..5da4a8c 100644 --- a/templates/settings_editor.php +++ b/templates/settings_editor.php @@ -4,7 +4,7 @@ use Digitigrade\GlobalSettings; $settings = GlobalSettings::getInstance(); ?> <form class="settings" action="/todo" hx-post="/fragment/admin/settings/<?= $prefix ?>" hx-swap="outerHTML" - hx-disabled-elt="find button"> + hx-target="this" hx-disabled-elt="find button"> <?php foreach ($settings->getAllInPrefix($prefix) as $key => $value) { $info = $settings->getInfo($key); call_template('settings_field', [ |
