From: Gabriel Dunne Date: Mon, 18 Apr 2011 02:49:10 +0000 (-0700) Subject: Cleaned up front page and add get X-Git-Tag: v0.1~79 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=d19f1ef82d3b34fa6741b9ae0065ecd207aceb7f;p=clmpr.git Cleaned up front page and add get --- 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