mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Fix back button in lightbox
This commit is contained in:
@@ -214,7 +214,7 @@
|
|||||||
restorePlace);
|
restorePlace);
|
||||||
Intercooler.ready(function ()
|
Intercooler.ready(function ()
|
||||||
{
|
{
|
||||||
$(".attachments").photobox('a');
|
$(".attachments").photobox('a', { history: true });
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% block page_scripts_inline %}
|
{% block page_scripts_inline %}
|
||||||
|
Reference in New Issue
Block a user