preventDefault on person contact
This commit is contained in:
parent
451dfba2d1
commit
44c871f15b
|
@ -49,7 +49,8 @@
|
|||
</div>
|
||||
<script>
|
||||
$(function() {
|
||||
$('.toggleLink').click(function() {
|
||||
$('.toggleLink').click(function(e) {
|
||||
e.preventDefault();
|
||||
$(this).next().toggle();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user