mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 05:57:07 +03:00
Fix vendor js missing
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
],
|
],
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"js": [
|
"js": [
|
||||||
"./js/vendor.js",
|
|
||||||
"./js/content.js"
|
"./js/content.js"
|
||||||
],
|
],
|
||||||
"css": [
|
"css": [
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
<link href="styles.css" rel="stylesheet"/>
|
<link href="styles.css" rel="stylesheet"/>
|
||||||
|
|
||||||
<script src="../js/vendor.js"></script>
|
|
||||||
<script src="../js/help.js"></script>
|
<script src="../js/help.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
<link href="options.css" rel="stylesheet"/>
|
<link href="options.css" rel="stylesheet"/>
|
||||||
|
|
||||||
<script src="../js/vendor.js"></script>
|
|
||||||
<script src="../js/options.js"></script>
|
<script src="../js/options.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
<link href="options.css" rel="stylesheet"/>
|
<link href="options.css" rel="stylesheet"/>
|
||||||
|
|
||||||
<script src="../js/vendor.js"></script>
|
|
||||||
<script src="../js/options.js"></script>
|
<script src="../js/options.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
<link href="styles.css" rel="stylesheet"/>
|
<link href="styles.css" rel="stylesheet"/>
|
||||||
|
|
||||||
<script src="../js/vendor.js"></script>
|
|
||||||
<script src="../js/permissions.js"></script>
|
<script src="../js/permissions.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -154,7 +154,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Scripts that need to load after the html -->
|
<!-- Scripts that need to load after the html -->
|
||||||
<script src="./js/vendor.js" async></script>
|
|
||||||
<script src="./js/popup.js" async></script>
|
<script src="./js/popup.js" async></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ export default class Utils {
|
|||||||
|
|
||||||
// Used to add content scripts and CSS required
|
// Used to add content scripts and CSS required
|
||||||
js = [
|
js = [
|
||||||
"./js/vendor.js",
|
|
||||||
"./js/content.js"
|
"./js/content.js"
|
||||||
];
|
];
|
||||||
css = [
|
css = [
|
||||||
|
|||||||
Reference in New Issue
Block a user