3 lines
68 B
JavaScript
3 lines
68 B
JavaScript
|
|
$(document).ready(function(){
|
||
|
|
$('#modal-load').modal('show');
|
||
|
|
})
|