diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 17:36:12 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 17:36:12 -0500 |
commit | 214246e5c2e02ff60506af3d2478a06e38bfd0c2 (patch) | |
tree | b734255ed552e8ece1f3c772c3d0b738e704112f /theme/js | |
parent | 326314e6c07af25ae4e0f20299b86cdc100528e9 (diff) | |
download | fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.tar.gz fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.tar.bz2 fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.zip |
Prettified stylesheets
Diffstat (limited to 'theme/js')
-rwxr-xr-x | theme/js/message.js | 5 |
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 | }); | ||