add modal

This commit is contained in:
2024-03-20 18:57:31 +03:00
parent 70431a42ea
commit 53cbf96439
2 changed files with 28 additions and 1 deletions

View File

@@ -48,5 +48,13 @@
console.log(datas[0])
$('#getmodal').modal('show')
$('#modalclose').click(function(){
$('#getmodal').modal('hide');
} )
}