Added mock frontend to frontend containter

This commit is contained in:
2023-05-11 14:00:13 +02:00
parent d8504ee8f8
commit 23846d45c9
27 changed files with 2808 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
const deleteParent = function(){
$(this).closest('div.tile').remove();
}
$('#test1').click(deleteParent);