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
f4b8b093
Commit
f4b8b093
authored
Apr 20, 2017
by
afzafri
Browse files
added alert message indicate the gallery has been initialized
parent
4efb3ebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/script.js
View file @
f4b8b093
...
...
@@ -3,9 +3,10 @@ $(document).ready(function(){
// Load all the archive formats
loadArchiveFormats
([
'
rar
'
,
'
zip
'
,
'
tar
'
]);
$
(
"
#initgal
"
).
click
(
function
(){
$
(
'
#initgal
'
).
click
(
function
(){
// initialize gallery
$
(
'
#output
'
).
lightGallery
();
alert
(
"
Gallery initialized
"
);
});
$
(
"
#fileup
"
).
change
(
function
(){
...
...
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