We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75599dc commit 1f7a05cCopy full SHA for 1f7a05c
popup/main.js
@@ -1,3 +1,7 @@
1
import("./index.js").then(() => {
2
document.querySelector("#loading-fullscreen")?.remove();
3
});
4
+
5
+import("../scripts/content-scripts/scripts/ufs_global_webpage_context.js").then(() => {
6
+ console.log("loaded ufs_global_webpage_context")
7
+})
popup/popup.html
@@ -61,9 +61,7 @@ <h3 class="modal-title">Modal Title</h3>
61
<div class="loader"></div>
62
</div>
63
64
- <script src="../scripts/content-scripts/scripts/ufs_global_webpage_context.js"></script>
65
- <!-- <script type="module" src="./index.js"></script> -->
66
<script src="main.js"></script>
67
</body>
68
69
-</html>
+</html>
0 commit comments