From c053c2dc6a33446e7e85de5a64c8acb4afb1daf7 Mon Sep 17 00:00:00 2001 From: Jesse Stippel Date: Thu, 11 Feb 2016 18:17:48 +0100 Subject: [PATCH] re-added the lightbox variable to js --- src/operun/gallery/browser/static/gallery.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/operun/gallery/browser/static/gallery.js b/src/operun/gallery/browser/static/gallery.js index 50633e5..34e2877 100644 --- a/src/operun/gallery/browser/static/gallery.js +++ b/src/operun/gallery/browser/static/gallery.js @@ -6,6 +6,7 @@ if (window.jQuery) { require([ 'jquery', + 'lightbox', ], function($) { 'use strict';