diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-06-01 14:51:41 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-06-01 14:51:41 +0300 |
commit | a4b7ab242b76c432d64c6950abbc7f443aa43967 (patch) | |
tree | c6c994e7f6d564724d1a2e269b1ded6b8172982c /interface | |
parent | cfb79b5e7364d1ab629176e1c46819cd39ce0d1e (diff) | |
download | rspamd-a4b7ab242b76c432d64c6950abbc7f443aa43967.tar.gz rspamd-a4b7ab242b76c432d64c6950abbc7f443aa43967.zip |
[Minor] Fix modal options
that were changed since Boostrap 5.0
Diffstat (limited to 'interface')
-rw-r--r-- | interface/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/index.html b/interface/index.html index 74d88fef9..bb56e71be 100644 --- a/interface/index.html +++ b/interface/index.html @@ -689,7 +689,7 @@ </div> <!-- login modal --> -<div id="connectDialog" class="modal fade" data-backdrop="static" data-keyboard="false" role="dialog"> +<div id="connectDialog" class="modal fade" data-bs-backdrop="static" data-bs-keyboard="false" role="dialog"> <div class="modal-dialog modal-sm modal-dialog-centered"> <div class="modal-content shadow"> <div class="modal-header text-secondary py-2"> |