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