From f728c7db24956952344ff12b39d1ed75a47ef645 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Sat, 22 Jun 2024 10:29:27 +0200 Subject: [PATCH] Fix typo --- hypha/built-in/imjoy-plugin-parser.html | 1 - 1 file changed, 1 deletion(-) diff --git a/hypha/built-in/imjoy-plugin-parser.html b/hypha/built-in/imjoy-plugin-parser.html index 9e5a0c85..a2fccbea 100644 --- a/hypha/built-in/imjoy-plugin-parser.html +++ b/hypha/built-in/imjoy-plugin-parser.html @@ -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/imjoy-core@0.13.82/src/pluginParser.js") function parsePluginCode(code, overwrite_config) { overwrite_config = overwrite_config || {};