Skip to content

Commit

Permalink
Disable htmx boost requests for Prefs page as it may modify theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Mar 4, 2024
1 parent 68baba6 commit c51bd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/Prefs/Other.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<& /Elements/Tabs &>
<& /Elements/ListActions, actions => \@results &>

<form method="post" action="Other.html" name="ModifyPreferences" id="ModifyPreferences">
<form hx-boost="false" method="post" action="Other.html" name="ModifyPreferences" id="ModifyPreferences">
% foreach my $section( RT->Config->Sections ) {
<&|/Widgets/TitleBox, title => loc( $section ) &>
% foreach my $option( RT->Config->Options( Section => $section ) ) {
Expand Down

0 comments on commit c51bd7d

Please sign in to comment.