diff -r a94f5c62e4d7 -r 54cd42adea33 integration/home.html --- a/integration/home.html Mon Dec 03 13:06:28 2012 +0100 +++ b/integration/home.html Mon Dec 03 13:57:52 2012 +0100 @@ -213,11 +213,10 @@ /* IF NOT CONNECTED */ $(function() { $("a[href='edition.html']").click(function() { - console.log("Arghl"); - $(".user.login").show(); + $("#user").show(); return false; }); - }) + }); /* END IF */