mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Replaced call to deprecated 'load' function with appropriate call to 'on'.
This commit is contained in:
@@ -137,7 +137,7 @@ function initNavTree(toroot,relpath)
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
$(window).load(showRoot);
|
$(window).on("load", showRoot);
|
||||||
}
|
}
|
||||||
|
|
||||||
// return false if the the node has no children at all, or has only section/subsection children
|
// return false if the the node has no children at all, or has only section/subsection children
|
||||||
@@ -241,6 +241,6 @@ $(document).ready(function() {
|
|||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
||||||
$(window).load(resizeHeight);
|
$(window).on("load", resizeHeight);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user