hotfix sidebar button

This commit is contained in:
TuxCoder 2020-05-10 14:51:46 +02:00
parent 90e4e80ede
commit 9517e173d9
3 changed files with 8 additions and 2 deletions

View file

@ -32,6 +32,12 @@ function randBase32() {
return result;
}
window.$(document).ready(function () {
$('#sidebarCollapse').on('click', function () {
$('nav.sidebar').toggleClass('d-none');
});
});
window.totp = {
init_list: function(){

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long