From 214246e5c2e02ff60506af3d2478a06e38bfd0c2 Mon Sep 17 00:00:00 2001
From: Starla Insigna <hatkirby@fourisland.com>
Date: Mon, 24 Nov 2008 17:36:12 -0500
Subject: Prettified stylesheets

---
 theme/js/message.js | 5 -----
 1 file changed, 5 deletions(-)
 delete mode 100755 theme/js/message.js

(limited to 'theme/js')

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 @@
-$(document).ready(function() {
-	$("div#stripe").click(function() {
-		$("div#stripe").slideUp();
-	});
-});
-- 
cgit 1.4.1