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
f3aac110
Commit
f3aac110
authored
Apr 21, 2017
by
afzafri
Browse files
define the selector for the lightGallery. This fix the error message
parent
7d12243f
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/script.js
View file @
f3aac110
...
...
@@ -10,7 +10,9 @@ $(document).ready(function(){
$
(
document
).
one
(
'
click
'
,
'
#comicImg
'
,
function
(){
event
.
preventDefault
();
// initialize gallery
$
(
'
#output
'
).
lightGallery
();
$
(
'
#output
'
).
lightGallery
({
selector
:
'
a
'
});
$
(
this
).
click
();
});
...
...
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