Skip to content

Commit

Permalink
Fix inject script error
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jun 23, 2024
1 parent c376f09 commit fd6140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/script/docs-rs.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ document.addEventListener("DOMContentLoaded", async () => {
} else {
insertAddToExtensionElement("need-to-install");
}
injectScripts(["script/docs-rs-check-crate.js"]);
injectScripts("script/docs-rs-check-crate.js");
}


Expand Down

0 comments on commit fd6140a

Please sign in to comment.