mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Hotfix mobile sidebar
This commit is contained in:
parent
d2a727f71d
commit
630ba703d3
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ $(document).ready(function() {
|
|||
transition : 'overlay',
|
||||
mobileTransition : 'uncover'
|
||||
})
|
||||
$('body').on('touchend', '.sidebar-toggle', function(){
|
||||
$(".ui.sidebar").sidebar("toggle");
|
||||
})
|
||||
$('body').on('click', '.sidebar-toggle', function(){
|
||||
$(".ui.sidebar").sidebar("toggle");
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue