mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 03:49:21 -04:00
3 lines
136 B
JavaScript
3 lines
136 B
JavaScript
function slideshow(parent_id) {
|
|
alert("Start a slideshow showing all the items that have the id " + parent_id + " as a descendent");
|
|
} |