mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-20 11:54:27 +08:00
Replaced call to deprecated 'load' function with appropriate call to 'on'.
This commit is contained in:
parent
0dd9643ad5
commit
e22d0947c7
@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user