mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-04-16 19:33:14 +02:00
init touch
init of jquery-touch.js in bootstrap4-theme - as variable
This commit is contained in:
parent
e0791e0c90
commit
8d7f8820cd
1 changed files with 4 additions and 1 deletions
|
@ -77,7 +77,10 @@ $(function(){
|
|||
case 'slideover':
|
||||
// console.log('Slide Over Menu');
|
||||
|
||||
$navbar_collapse.touch(); // init jquery-touch
|
||||
// init jquery-touch
|
||||
|
||||
var $navbar_collapse = $('#navbar_collapse');
|
||||
$navbar_collapse.touch();
|
||||
|
||||
$navbar_collapse.on('show.bs.collapse', function(evt){
|
||||
var set_collapse_top = function(){
|
||||
|
|
Loading…
Reference in a new issue