Skip to content

Commit

Permalink
Fix typo / reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansl committed Jul 17, 2019
1 parent 5f50814 commit e0bb1b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Resources/contao/templates/js_lightgallery.html5
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<?php

// Add the baguettebox style sheet
// Add the lightgallery style sheet
$GLOBALS['TL_CSS'][] = 'bundles/clickpresslightgallery/lightgallery.js/css/lightgallery.css|static';

?>

<script src="bundles/clickpresslightgallery/lightgallery.js/js/lightgallery.min.js"></script>

<script>
window.addEventListener('load', function() {
var gallery = document.querySelectorAll('.ce_gallery'),
Expand Down

0 comments on commit e0bb1b5

Please sign in to comment.