diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-06 09:45:32 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-06 09:45:32 -0500 |
commit | d5e453a7b0a2f966106de4f19602e433f9c7713d (patch) | |
tree | 924331a86c0dc3c79b2cf1404821d98aee9510a4 /theme/js | |
parent | db7adebdd4b9d9674a18337e5d35e88e64e60618 (diff) | |
download | fourisland-d5e453a7b0a2f966106de4f19602e433f9c7713d.tar.gz fourisland-d5e453a7b0a2f966106de4f19602e433f9c7713d.tar.bz2 fourisland-d5e453a7b0a2f966106de4f19602e433f9c7713d.zip |
Reverted back to layout 4
Oh so many people complained at the new, pretty layout. The decision was reached in the Poll of the Week: Layout 6 had to go.
Diffstat (limited to 'theme/js')
-rwxr-xr-x | theme/js/message.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/js/message.js b/theme/js/message.js new file mode 100755 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 | }); | ||