[Scummvm-git-logs] scummvm-web master -> 1039127499a0559f258e095e8164d89c6303b1bc

Mataniko mataniko at gmail.com
Tue Sep 25 22:54:24 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:
1039127499 TEMPLATES: remove extranous brackets


Commit: 1039127499a0559f258e095e8164d89c6303b1bc
    https://github.com/scummvm/scummvm-web/commit/1039127499a0559f258e095e8164d89c6303b1bc
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-09-25T16:54:07-04:00

Commit Message:
TEMPLATES: remove extranous brackets

Changed paths:
    templates/pages/screenshots_category.tpl


diff --git a/templates/pages/screenshots_category.tpl b/templates/pages/screenshots_category.tpl
index 5ea7ed4..462b979 100644
--- a/templates/pages/screenshots_category.tpl
+++ b/templates/pages/screenshots_category.tpl
@@ -29,10 +29,8 @@
   <a href="/screenshots/">{#screenshotsCategoryBack#}</a>
 {/if}
 
-{
-	<script>
+<script>
 		document.addEventListener('DOMContentLoaded', function() {
 			baguetteBox.run('.gallery');
 		});
-	</script>
-}
+</script>





More information about the Scummvm-git-logs mailing list