Lines 668-674
Link Here
|
668 |
var Sticky; |
668 |
var Sticky; |
669 |
$(document).ready(function() { |
669 |
$(document).ready(function() { |
670 |
|
670 |
|
671 |
$(".moretoggle").click(function() { |
671 |
$(".moretoggle").click(function(e) { |
|
|
672 |
e.preventDefault(); |
672 |
$(this).siblings(".collapsible-facet").toggle(); |
673 |
$(this).siblings(".collapsible-facet").toggle(); |
673 |
$(this).siblings(".moretoggle").toggle(); |
674 |
$(this).siblings(".moretoggle").toggle(); |
674 |
$(this).toggle(); |
675 |
$(this).toggle(); |