All Beers 🍺🍻

Discover and vote for your favorite beers from around the world! 🌍🍺

Lager
5.0
Garibaldi
Garibaldi

Sebaldus

5.2% ABV

ttt garibaldi jungs njaaa klaaaaaaaaar

2 votes
View
Wheat
0.0
Maisels jungs
Maisels jungs

Maisels

5.0% ABV

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

0 votes
View
`; 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(); }