mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
@@ -40,7 +40,7 @@ if(is_admin() === false) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$('#confirm-delete').on('show.bs.modal', function(e) {
|
$('#confirm-delete').on('show.bs.modal', function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
map_id = $(e.relatedTarget).data('map_id');
|
map_id = $(e.relatedTarget).data('map_id');
|
||||||
$("#map_id").val(map_id);
|
$("#map_id").val(map_id);
|
||||||
|
|||||||
Reference in New Issue
Block a user