summaryrefslogtreecommitdiff
path: root/searx/static/themes/__common__/js/image_layout.js
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/__common__/js/image_layout.js')
-rw-r--r--searx/static/themes/__common__/js/image_layout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/__common__/js/image_layout.js b/searx/static/themes/__common__/js/image_layout.js
index ea54cf515..fa96f62c5 100644
--- a/searx/static/themes/__common__/js/image_layout.js
+++ b/searx/static/themes/__common__/js/image_layout.js
@@ -158,6 +158,6 @@
}
};
- w.searx.ImageLayout = ImageLayout;
+ w.searxng.ImageLayout = ImageLayout;
}(window, document));