From 385b819678bfb89f0369f6e3e819cc8d3a2509e2 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 19 Sep 2018 09:12:16 -0400 Subject: [PATCH] Fix back button in lightbox --- brutaldon/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 82e709f..3a5df49 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -214,7 +214,7 @@ restorePlace); Intercooler.ready(function () { - $(".attachments").photobox('a'); + $(".attachments").photobox('a', { history: true }); }); {% block page_scripts_inline %}