Fix: Fjern duplicate loadNextEntry() call der overskriver currentEntry

This commit is contained in:
Christian 2026-01-02 16:50:40 +01:00
parent d704a2f780
commit d76296ea73

View File

@ -1305,8 +1305,8 @@
// Users should click buttons for each entry
});
// Load first entry
loadNextEntry();
// Note: Initial entry loading is handled above based on URL parameters
// (either loadSpecificEntry or loadNextEntry is called conditionally)
</script>
</div>
{% endblock %}