Merge branch 'feature/fix-disappearing-menu' into develop
This commit is contained in:
commit
9e7a663b51
2 changed files with 4 additions and 2 deletions
|
@ -16,9 +16,11 @@ $(document).ready(function(){
|
|||
// fix
|
||||
Stickyfill.rebuild();
|
||||
Stickyfill.init();
|
||||
$(".author__urls").show()
|
||||
} else {
|
||||
// unfix
|
||||
Stickyfill.stop();
|
||||
$(".author__urls").hide()
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -73,4 +75,4 @@ $(document).ready(function(){
|
|||
midClick: true // allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source.
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
|
2
assets/js/main.min.js
vendored
2
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue