Merge pull request #7532 from ChristopherBiscardi/shiftWindow
Remove Old shiftWindow() Upstream-commit: f945edb3e0ae42645f1f52026edbf0869044379d Component: engine
This commit is contained in:
11
components/engine/docs/theme/mkdocs/base.html
vendored
11
components/engine/docs/theme/mkdocs/base.html
vendored
@ -132,17 +132,6 @@ piCId = '1482';
|
||||
})();
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
// Function to make the sticky header possible
|
||||
var shiftWindow = function() {
|
||||
scrollBy(0, -80);
|
||||
};
|
||||
|
||||
window.addEventListener("hashchange", shiftWindow);
|
||||
$(window).load(function() {
|
||||
if (window.location.hash) {
|
||||
shiftWindow();
|
||||
}
|
||||
});
|
||||
$(document).ready(function() {
|
||||
$('#content').css("min-height", $(window).height() - 553 );
|
||||
// load the complete versions list
|
||||
|
||||
Reference in New Issue
Block a user