diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-18 19:09:24 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-18 19:09:24 +0000 |
commit | 4bf486955cea9e2b67531f044c6bf34a7bc9324f (patch) | |
tree | c1a874cfc00e5894bff4b26c1eadbbcb690411bc /themes/default/js/slideshow.js | |
parent | 4dfa22606fe4c23ab3b60b94518a8d06de63d86b (diff) |
The start of the slideshow module. Mostly framework stuff, no real implementation yet
Diffstat (limited to 'themes/default/js/slideshow.js')
-rw-r--r-- | themes/default/js/slideshow.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default/js/slideshow.js b/themes/default/js/slideshow.js new file mode 100644 index 00000000..35f792b8 --- /dev/null +++ b/themes/default/js/slideshow.js @@ -0,0 +1,3 @@ +function slideshow(parent_id) { + alert("Start a slideshow showing all the items that have the id " + parent_id + " as a descendent"); +}
\ No newline at end of file |