kokjan/frontend/web/css/popup.js

3 lines
68 B
JavaScript
Executable File

$(document).ready(function(){
$('#modal-load').modal('show');
})