summary refs log tree commit diff stats
path: root/theme/js/message.js
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
commit24503e3abe705acde2df159aeae61be0d009f92e (patch)
tree8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/js/message.js
downloadfourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip
Imported sources
Diffstat (limited to 'theme/js/message.js')
-rw-r--r--theme/js/message.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/js/message.js b/theme/js/message.js new file mode 100644 index 0000000..9de4bae --- /dev/null +++ b/theme/js/message.js
@@ -0,0 +1,5 @@
1$(document).ready(function() {
2 $("div#stripe").click(function() {
3 $("div#stripe").slideUp();
4 });
5});