equal
deleted
inserted
replaced
7 }else{ |
7 }else{ |
8 $(".popin").hide(); |
8 $(".popin").hide(); |
9 $(target).show(); |
9 $(target).show(); |
10 } |
10 } |
11 return false; |
11 return false; |
|
12 }); |
|
13 |
|
14 $(document).click(function(e) { |
|
15 if(!$(e.target).parents(".popin").length) { |
|
16 $(".popin").hide(); |
|
17 } |
12 }); |
18 }); |
13 |
19 |
14 $(".change-account").click(function() { |
20 $(".change-account").click(function() { |
15 $(".user-screen").hide(); |
21 $(".user-screen").hide(); |
16 $(".user-screen.login").show(); |
22 $(".user-screen.login").show(); |