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

5 lines
77 B
HTML
Raw Normal View History

2023-12-05 20:03:21 +00:00
<script>
$(function () {
$('#exampleModal').modal('toggle');
});
</script>