summary refs log tree commit diff stats
path: root/theme/js/message.js
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:57 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:57 -0500
commit62d716cb332877662b3c6abf2206efb755a93a7f (patch)
treeaeff1a12a46f0b7068338308a30da6b6aeeb584a /theme/js/message.js
parent8fd2009756657ab115ed389bd7b458bf570ff606 (diff)
parent1254c49c430e12d88153ad233cb7ed86ffeb0d18 (diff)
downloadfourisland-62d716cb332877662b3c6abf2206efb755a93a7f.tar.gz
fourisland-62d716cb332877662b3c6abf2206efb755a93a7f.tar.bz2
fourisland-62d716cb332877662b3c6abf2206efb755a93a7f.zip
Merged the backout of the revokal of Layout 6
Diffstat (limited to 'theme/js/message.js')
-rwxr-xr-xtheme/js/message.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/theme/js/message.js b/theme/js/message.js deleted file mode 100755 index 9de4bae..0000000 --- a/theme/js/message.js +++ /dev/null
@@ -1,5 +0,0 @@
1$(document).ready(function() {
2 $("div#stripe").click(function() {
3 $("div#stripe").slideUp();
4 });
5});