mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 21:56:32 +08:00
Fix sidebar event
This commit is contained in:
parent
f963608996
commit
3294840611
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
|
||||
$('.navbar-secondary').one("transitionend",function(event) {
|
||||
$('#sidebar-wrapper').trigger(sideBarEvent);
|
||||
$('.navbar-secondary').trigger(sideBarEvent);
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue