Fix back button in lightbox

This commit is contained in:
Jason McBrayer 2018-09-19 09:12:16 -04:00
parent 04ea4b499e
commit 385b819678
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}