Newer
Older
jQuery(document).ready(function($) {
$('sib-route').click(function() {
$('details').removeAttr( 'open');
});
});
jQuery(document).ready(function($) {
$('sib-route').click(function() {
$('details').removeAttr( 'open');
});
});