summary refs log tree commit diff stats
path: root/theme/js
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:21 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:21 -0500
commit1254c49c430e12d88153ad233cb7ed86ffeb0d18 (patch)
tree7c9c9f7465b0411a89ae5de46f22a52dc9b1fe4d /theme/js
parentd5e453a7b0a2f966106de4f19602e433f9c7713d (diff)
downloadfourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.tar.gz
fourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.tar.bz2
fourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.zip
Revoked the revokal of Layout 6
Apparently people actually do like the sixth layout. It was just me
being paranoid, they were busy over there.
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});