parent
28b20ee501
commit
39feb03c00
|
@ -43,7 +43,7 @@
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
const headerIcon = cotument.querySelector("#sgdb-icon");
|
const headerIcon = document.querySelector("#sgdb-icon");
|
||||||
const nesIcon = document.querySelector("#nes-icon");
|
const nesIcon = document.querySelector("#nes-icon");
|
||||||
const giteaIcon = document.createElement("#gitea-icon");
|
const giteaIcon = document.createElement("#gitea-icon");
|
||||||
headerIcon.src = browser.runtime.getURL("icons/icon_32.png");
|
headerIcon.src = browser.runtime.getURL("icons/icon_32.png");
|
||||||
|
|
Loading…
Reference in New Issue