Newer
Older
postorius / src / postorius / static / postorius / default / js / script.js
$(document).ready(function(){
    $('.collapse').collapse({
        toggle: false,
    });
});