Files
gallery3/themes/default/js/slideshow.js

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");
}