Fix: Fjern duplicate loadNextEntry() call der overskriver currentEntry
This commit is contained in:
parent
d704a2f780
commit
d76296ea73
@ -1305,8 +1305,8 @@
|
|||||||
// Users should click buttons for each entry
|
// Users should click buttons for each entry
|
||||||
});
|
});
|
||||||
|
|
||||||
// Load first entry
|
// Note: Initial entry loading is handled above based on URL parameters
|
||||||
loadNextEntry();
|
// (either loadSpecificEntry or loadNextEntry is called conditionally)
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user