[Scummvm-git-logs] scummvm-web master -> e2a4e3e44282a222129263737d8c6f595e643546
Mataniko
mataniko at gmail.com
Tue Sep 25 21:52:02 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
e2a4e3e442 TEMPLATES: Fix screenshot lightbox
Commit: e2a4e3e44282a222129263737d8c6f595e643546
https://github.com/scummvm/scummvm-web/commit/e2a4e3e44282a222129263737d8c6f595e643546
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-09-25T15:51:40-04:00
Commit Message:
TEMPLATES: Fix screenshot lightbox
Changed paths:
templates/pages/screenshots_category.tpl
diff --git a/templates/pages/screenshots_category.tpl b/templates/pages/screenshots_category.tpl
index 977e101..5ea7ed4 100644
--- a/templates/pages/screenshots_category.tpl
+++ b/templates/pages/screenshots_category.tpl
@@ -29,6 +29,10 @@
<a href="/screenshots/">{#screenshotsCategoryBack#}</a>
{/if}
-
-
-
+{
+ <script>
+ document.addEventListener('DOMContentLoaded', function() {
+ baguetteBox.run('.gallery');
+ });
+ </script>
+}
More information about the Scummvm-git-logs
mailing list