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