summary refs log tree commit diff stats
path: root/theme/js
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:36:12 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:36:12 -0500
commit214246e5c2e02ff60506af3d2478a06e38bfd0c2 (patch)
treeb734255ed552e8ece1f3c772c3d0b738e704112f /theme/js
parent326314e6c07af25ae4e0f20299b86cdc100528e9 (diff)
downloadfourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.tar.gz
fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.tar.bz2
fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.zip
Prettified stylesheets
Diffstat (limited to 'theme/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});