From d19f1ef82d3b34fa6741b9ae0065ecd207aceb7f Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 17 Apr 2011 19:49:10 -0700 Subject: [PATCH] Cleaned up front page and add get --- get.php | 2 +- index.php | 7 +++++-- signin.php | 5 +---- style.css | 6 ++++-- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/get.php b/get.php index ca8434b..75de523 100644 --- a/get.php +++ b/get.php @@ -41,7 +41,7 @@ function deleteClump( id, elem ) { if (confirm("delete clump?")) { $.post('delete.php', { clump_id : id }, function(result) { - $(elem).hide(150); + $(elem).hide(); }, 'json'); return false; } diff --git a/index.php b/index.php index 73af795..5e8c2d3 100644 --- a/index.php +++ b/index.php @@ -56,5 +56,8 @@ bookmarklet: -
-+ + + + +
+ + \ No newline at end of file diff --git a/signin.php b/signin.php index 4243dbb..80927f6 100644 --- a/signin.php +++ b/signin.php @@ -105,10 +105,7 @@ -
-
- - register + or signup