mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-24 08:41:40 -04:00
revert back to a standard modal (no static backdrop) for objdetect
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user