Remove unneeded toc function for docs
This commit is contained in:
parent
ba7142a3d4
commit
3ce26b14bd
1 changed files with 0 additions and 8 deletions
|
|
@ -9,14 +9,6 @@ $(function () {
|
|||
if (window.addEventListener) window.addEventListener('load', loadCallback, true);
|
||||
else window.attachEvent('load', loadCallback, true);
|
||||
|
||||
// sticky footer stuff
|
||||
if ($('#mainContent').height() > $('#sidebarContainer').height()) {
|
||||
$('#nonFooter').css( {
|
||||
'min-height': '100%'
|
||||
});
|
||||
$('#nonFooter').height("auto");
|
||||
}
|
||||
|
||||
function loadCallback(evt) {
|
||||
var form = document.getElementById("searchbox");
|
||||
var input = form.query;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue