mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
JS typo
This commit is contained in:
@@ -40,7 +40,7 @@ if(is_admin() === false) {
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$('#confirm-delete').on('show.bs.modal', function(e) {
|
||||
$('#confirm-delete').on('show.bs.modal', function(event) {
|
||||
event.preventDefault();
|
||||
map_id = $(e.relatedTarget).data('map_id');
|
||||
$("#map_id").val(map_id);
|
||||
|
Reference in New Issue
Block a user