Fixed disappearing menu.
This commit is contained in:
parent
5267be3bf1
commit
9bd96ec92f
1 changed files with 3 additions and 1 deletions
|
@ -16,9 +16,11 @@ $(document).ready(function(){
|
||||||
// fix
|
// fix
|
||||||
Stickyfill.rebuild();
|
Stickyfill.rebuild();
|
||||||
Stickyfill.init();
|
Stickyfill.init();
|
||||||
|
$(".author__urls").show()
|
||||||
} else {
|
} else {
|
||||||
// unfix
|
// unfix
|
||||||
Stickyfill.stop();
|
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.
|
midClick: true // allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source.
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue