mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
v2.3.1
This commit is contained in:
parent
e26f00e268
commit
eeb289ea44
10 changed files with 28 additions and 23 deletions
3
dev/bootstrap.js
vendored
3
dev/bootstrap.js
vendored
|
|
@ -5,8 +5,6 @@ import { root } from 'Common/Links';
|
|||
|
||||
export default App => {
|
||||
|
||||
addEventListener('click', ()=>rl.Dropdowns.detectVisibility());
|
||||
|
||||
rl.app = App;
|
||||
rl.logoutReload = App.logoutReload;
|
||||
|
||||
|
|
@ -25,6 +23,7 @@ export default App => {
|
|||
rl.Dropdowns.detectVisibility = (() =>
|
||||
dropdownVisibility(!!rl.Dropdowns.find(item => item.classList.contains('show')))
|
||||
).debounce(50);
|
||||
addEventListener('click', ()=>rl.Dropdowns.detectVisibility());
|
||||
|
||||
rl.route = {
|
||||
root: () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue