From d5e453a7b0a2f966106de4f19602e433f9c7713d Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 6 Dec 2008 09:45:32 -0500 Subject: 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. --- theme/js/message.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 theme/js/message.js (limited to 'theme/js') 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 @@ +$(document).ready(function() { + $("div#stripe").click(function() { + $("div#stripe").slideUp(); + }); +}); -- cgit 1.4.1