Fix back button in lightbox
This commit is contained in:
parent
04ea4b499e
commit
385b819678
|
@ -214,7 +214,7 @@
|
|||
restorePlace);
|
||||
Intercooler.ready(function ()
|
||||
{
|
||||
$(".attachments").photobox('a');
|
||||
$(".attachments").photobox('a', { history: true });
|
||||
});
|
||||
</script>
|
||||
{% block page_scripts_inline %}
|
||||
|
|
Loading…
Reference in New Issue