Commit f4b8b093 authored by afzafri's avatar afzafri
Browse files

added alert message indicate the gallery has been initialized

parent 4efb3ebb
......@@ -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(){
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment