aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-03-29 23:46:23 -0400
committerAjay <[email protected]>2022-03-29 23:46:23 -0400
commitf3ae38e77a4836476de42385402d2511c25f7bc9 (patch)
tree4de048966d782bd7b622964e4a8d6b0f232aaa00
parent6f5bde2d0e69c754ca2ae5a0b5d3026d850efd85 (diff)
downloadSponsorBlock-f3ae38e77a4836476de42385402d2511c25f7bc9.tar.gz
SponsorBlock-f3ae38e77a4836476de42385402d2511c25f7bc9.zip
Fix vendor js missing
-rw-r--r--manifest/manifest.json1
-rw-r--r--public/help/index.html1
-rw-r--r--public/options/lock-options.html1
-rw-r--r--public/options/options.html1
-rw-r--r--public/permissions/index.html1
-rw-r--r--public/popup.html1
-rw-r--r--src/utils.ts1
7 files changed, 0 insertions, 7 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json
index 3c1411be..9d890c1c 100644
--- a/manifest/manifest.json
+++ b/manifest/manifest.json
@@ -13,7 +13,6 @@
],
"all_frames": true,
"js": [
- "./js/vendor.js",
"./js/content.js"
],
"css": [
diff --git a/public/help/index.html b/public/help/index.html
index 3fbfed64..8e45d0a8 100644
--- a/public/help/index.html
+++ b/public/help/index.html
@@ -8,7 +8,6 @@
<link href="styles.css" rel="stylesheet"/>
- <script src="../js/vendor.js"></script>
<script src="../js/help.js"></script>
</head>
diff --git a/public/options/lock-options.html b/public/options/lock-options.html
index 0cb8c528..6d477e76 100644
--- a/public/options/lock-options.html
+++ b/public/options/lock-options.html
@@ -9,7 +9,6 @@
<link href="options.css" rel="stylesheet"/>
- <script src="../js/vendor.js"></script>
<script src="../js/options.js"></script>
</head>
diff --git a/public/options/options.html b/public/options/options.html
index 662dbdce..e3676172 100644
--- a/public/options/options.html
+++ b/public/options/options.html
@@ -9,7 +9,6 @@
<link href="options.css" rel="stylesheet"/>
- <script src="../js/vendor.js"></script>
<script src="../js/options.js"></script>
</head>
diff --git a/public/permissions/index.html b/public/permissions/index.html
index 4475f039..ede77f9f 100644
--- a/public/permissions/index.html
+++ b/public/permissions/index.html
@@ -6,7 +6,6 @@
<link href="styles.css" rel="stylesheet"/>
- <script src="../js/vendor.js"></script>
<script src="../js/permissions.js"></script>
</head>
diff --git a/public/popup.html b/public/popup.html
index ca056eb8..bc0d2def 100644
--- a/public/popup.html
+++ b/public/popup.html
@@ -154,7 +154,6 @@
</div>
<!-- Scripts that need to load after the html -->
- <script src="./js/vendor.js" async></script>
<script src="./js/popup.js" async></script>
</body>
</html>
diff --git a/src/utils.ts b/src/utils.ts
index d89e1a3d..1cdeef78 100644
--- a/src/utils.ts
+++ b/src/utils.ts
@@ -12,7 +12,6 @@ export default class Utils {
// Used to add content scripts and CSS required
js = [
- "./js/vendor.js",
"./js/content.js"
];
css = [