Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jun 22, 2024
1 parent 429539e commit f728c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hypha/built-in/imjoy-plugin-parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
];
const config = Object.fromEntries(new URLSearchParams(window.location.search))
if(!config.server_url) config.server_url = window.location.origin;
a
const pluginParser = await import("https://cdn.jsdelivr.net/npm/[email protected]/src/pluginParser.js")
function parsePluginCode(code, overwrite_config) {
overwrite_config = overwrite_config || {};
Expand Down

0 comments on commit f728c7d

Please sign in to comment.