3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 04:45:44 +00:00

Fix indent

This commit is contained in:
Marcus Moore
2025-02-20 13:05:42 -08:00
parent 43f679a554
commit 96ab828cec

View File

@ -28,7 +28,7 @@ $(function () {
var baseUrl = $('meta[name="baseUrl"]').attr('content');
//handle modal-add-interstitial calls
var model, select, refreshSelector;
var model, select, refreshSelector;
if($('#createModal').length == 0) {
$('body').append('<div class="modal fade" id="createModal"></div><!-- /.modal -->');