revert back to a standard modal (no static backdrop) for objdetect

This commit is contained in:
Andrew Bauer 2021-01-02 12:34:33 -06:00 committed by GitHub
parent 809e67d352
commit 56e88aea89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if ( !validInt($eid) ) {
}
?>
<div id="objdetectModal" class="modal fade" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div id="objdetectModal" class="modal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">