Update documentation with contents by twrnh
This commit is contained in:
parent
92e8aadd7f
commit
33cb69ad07
324 changed files with 18140 additions and 9654 deletions
13
assets/main.js
Normal file
13
assets/main.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
(function () {
|
||||
'use strict';
|
||||
|
||||
const onLoaded = () => {
|
||||
// Nothing for now
|
||||
};
|
||||
|
||||
if (['interactive', 'complete'].indexOf(document.readyState) !== -1) {
|
||||
onLoaded();
|
||||
} else {
|
||||
document.addEventListener('DOMContentLoaded', onLoaded);
|
||||
}
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue