| changeset 92 | 54cd42adea33 |
| parent 91 | a94f5c62e4d7 |
| child 104 | 1b84c7b2aeee |
--- 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 */ </script>