Skip to content
Snippets Groups Projects
coopstarter.js 140 B
Newer Older

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