Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 764a928

Browse files
committed
make preload happen early
1 parent fa5fd0f commit 764a928

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build-docs/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,12 +447,11 @@ const html = `
447447
<title>Ganache Ethereum JSON-RPC Documentation</title>
448448
<meta name="description" content="Ganache Ethereum JSON-RPC Documentation" />
449449
<meta name="author" content="David Murdoch" />
450-
450+
<script src="./assets/js/preload.js"></script>
451451
<link rel="shortcut icon" href="./assets/img/favicon.png" />
452452
453453
<link href="https://fonts.googleapis.com/css?family=Grand+Hotel|Open+Sans:300i,300,400|Oswald:200,400,700|Share+Tech+Mono|Varela+Round&display=swap" rel="stylesheet" />
454454
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.12.0/css/all.css" integrity="sha384-ekOryaXPbeCpWQNxMwSWVvQ0+1VrStoPJq54shlYhR8HzQgig1v5fas6YgOqLoKz" crossorigin="anonymous" />
455-
<script src="./assets/js/preload.js"></script>
456455
<link rel="stylesheet" href="./assets/css/main.css" />
457456
<link rel="stylesheet" href="./assets/css/highlight-truffle.css" />
458457
</head>

0 commit comments

Comments
 (0)