|
|
|
@@ -21,14 +21,14 @@ |
|
|
|
{{template "base/footer" .}} |
|
|
|
|
|
|
|
<script> |
|
|
|
$('.eye.icon').click(function(){ |
|
|
|
$('.eye.icon').toggleClass('slash') |
|
|
|
// console.log(this) |
|
|
|
if($(this).hasClass('slash')){ |
|
|
|
$(this).next().css('display', 'none') |
|
|
|
}else{ |
|
|
|
$(this).next().css('display', 'block') |
|
|
|
} |
|
|
|
// $('.eye.icon').click(function(){ |
|
|
|
// $('.eye.icon').toggleClass('slash') |
|
|
|
// // console.log(this) |
|
|
|
// if($(this).hasClass('slash')){ |
|
|
|
// $(this).next().css('display', 'none') |
|
|
|
// }else{ |
|
|
|
// $(this).next().css('display', 'block') |
|
|
|
// } |
|
|
|
|
|
|
|
}) |
|
|
|
// }) |
|
|
|
</script> |