Remove Old shiftWindow()

closes #7493

Docker-DCO-1.1-Signed-off-by: Christopher Biscardi <biscarch@sketcht.com> (github: ChristopherBiscardi)
Upstream-commit: 1e2ce72ffe28867021121745538c636e22f6f9e8
Component: engine
This commit is contained in:
ChristoperBiscardi
2014-08-11 17:12:34 -07:00
parent 09bdb7ffa9
commit 9eaa199729

View File

@ -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