hotfix sidebar button
This commit is contained in:
parent
90e4e80ede
commit
9517e173d9
|
@ -32,6 +32,12 @@ function randBase32() {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window.$(document).ready(function () {
|
||||||
|
$('#sidebarCollapse').on('click', function () {
|
||||||
|
$('nav.sidebar').toggleClass('d-none');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
window.totp = {
|
window.totp = {
|
||||||
init_list: function(){
|
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
Loading…
Reference in a new issue