mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Replaced call to deprecated 'load' function with appropriate call to 'on'.
This commit is contained in:
parent
ff4e7a0820
commit
14f84978e8
@ -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
|
||||
@ -241,6 +241,6 @@ $(document).ready(function() {
|
||||
}
|
||||
})();
|
||||
|
||||
$(window).load(resizeHeight);
|
||||
$(window).on("load", resizeHeight);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user