integration/home.html
changeset 92 54cd42adea33
parent 91 a94f5c62e4d7
child 104 1b84c7b2aeee
equal deleted inserted replaced
91:a94f5c62e4d7 92:54cd42adea33
   211         <script>
   211         <script>
   212             
   212             
   213         /* IF NOT CONNECTED */
   213         /* IF NOT CONNECTED */
   214         $(function() {
   214         $(function() {
   215             $("a[href='edition.html']").click(function() {
   215             $("a[href='edition.html']").click(function() {
   216                 console.log("Arghl");
   216                 $("#user").show();
   217                 $(".user.login").show();
       
   218                 return false;
   217                 return false;
   219             });
   218             });
   220         })
   219         });
   221         
   220         
   222         /* END IF */
   221         /* END IF */
   223         </script>
   222         </script>
   224     </body>
   223     </body>
   225 </html>
   224 </html>