mirror of
https://github.com/safing/web
synced 2025-09-01 02:29:02 +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',
|
transition : 'overlay',
|
||||||
mobileTransition : 'uncover'
|
mobileTransition : 'uncover'
|
||||||
})
|
})
|
||||||
|
$('body').on('touchend', '.sidebar-toggle', function(){
|
||||||
|
$(".ui.sidebar").sidebar("toggle");
|
||||||
|
})
|
||||||
$('body').on('click', '.sidebar-toggle', function(){
|
$('body').on('click', '.sidebar-toggle', function(){
|
||||||
$(".ui.sidebar").sidebar("toggle");
|
$(".ui.sidebar").sidebar("toggle");
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue