Moved Mock Services assets to better location

This commit is contained in:
2023-05-12 09:37:45 +02:00
parent 3c2f5f195e
commit 03be63f935
22 changed files with 9 additions and 9 deletions

View File

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