Commit since isp push

This commit is contained in:
twotalesanimation
2025-12-13 14:33:23 +02:00
parent cce181e2d0
commit 32e50ffc39
49 changed files with 127 additions and 41 deletions

View File

@@ -236,6 +236,21 @@ $bannerImages = glob($bannerFolder . '*.{jpg,jpeg,png,webp}', GLOB_BRACE);
console.error('Error:', err);
alert('Delete failed due to network error.');
});
'success') {
card.fadeOut(function() {
$(this).remove();
if ($('.trip-card').length === 0) {
location.reload();
}
});
} else {
alert('Error: ' + response.message);
}
},
error: function() {
alert('Error deleting trip');
}
});
});
});
</script>