commit a4b7ab2: [Minor] Fix modal options

moisseev moiseev at mezonplus.ru
Thu Jun 1 15:14:05 UTC 2023


Author: moisseev
Date: 2023-06-01 14:51:41 +0300
URL: https://github.com/rspamd/rspamd/commit/a4b7ab242b76c432d64c6950abbc7f443aa43967 (refs/pull/4504/head)

[Minor] Fix modal options
that were changed since Boostrap 5.0

---
 interface/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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">


More information about the Commits mailing list