equal
deleted
inserted
replaced
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> |