summaryrefslogtreecommitdiff
path: root/themes/default/js/slideshow.js
blob: 35f792b852dd551b5eac40c29285b8e10fb7017d (plain)
1
2
3
function slideshow(parent_id) {
  alert("Start a slideshow showing all the items that have the id " + parent_id + " as a descendent");
}