aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js
blob: a028469853e89faff0dec1652cc8356a8254a1c3 (plain) (blame)
1
2
3
4
5
6
$(document).ready(function(){
    // Show sideNav

    // Hide sideNav
    $('.button-collapse').sideNav();
});