Maisels jungs

Maisels jungs

Maisels

Type Wheat
Alcohol Content 5.0% ABV
Average Rating
0.0
Total Votes 0
Description

schön einen reinmeißeln jungs!!! ttttttt

Rate This Beer

Quick Stats
Total Votes: 0
Average Rating: 0.0/5
Added: July 2025
width: 350px; z-index: 10000; box-shadow: 6px 6px 12px rgba(0,0,0,0.6); font-family: 'MS Sans Serif', sans-serif; animation: clippyAppear 0.3s ease-out; `; confirmDiv.id = 'confirmDialog'; // Add backdrop const backdrop = document.createElement('div'); backdrop.style.cssText = ` position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999; `; backdrop.id = 'confirmBackdrop'; document.body.appendChild(backdrop); document.body.appendChild(confirmDiv); } function closeConfirm() { const dialog = document.getElementById('confirmDialog'); const backdrop = document.getElementById('confirmBackdrop'); if (dialog) dialog.remove(); if (backdrop) backdrop.remove(); } function deleteBeer(beerId) { const form = document.getElementById('deleteForm'); form.action = `/beer/${beerId}/delete`; form.submit(); // Redirect to beer list after deletion setTimeout(() => { window.location.href = '/beers'; }, 100); }