Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Web-Comic-Reader
Commits
92e263aa
Commit
92e263aa
authored
Apr 21, 2017
by
afzafri
Browse files
change the path to the lightGallery js file, and include fullscreen plugin
parent
ba033a54
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
92e263aa
...
...
@@ -19,8 +19,9 @@
<script
src=
"./assets/js/jquery-3.2.0.min.js"
></script>
<script
src=
"./assets/js/uncompress/uncompress.js"
></script>
<script
src=
"./assets/js/lightgallery.min.js"
></script>
<script
src=
"./assets/js/lg-zoom.min.js"
></script>
<script
src=
"./assets/js/lightGallery/lightgallery.min.js"
></script>
<script
src=
"./assets/js/lightGallery/lg-zoom.min.js"
></script>
<script
src=
"./assets/js/lightGallery/lg-fullscreen.min.js"
></script>
<script
src=
"./assets/js/script.js"
></script>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment