gurl_o/plugins/tps/birzha/components/offerform/close_modal.htm

5 lines
77 B
HTML

<script>
$(function () {
$('#exampleModal').modal('toggle');
});
</script>