Fix vendor js missing

This commit is contained in:
Ajay
2022-03-29 23:46:23 -04:00
parent 6f5bde2d0e
commit f3ae38e77a
7 changed files with 0 additions and 7 deletions

View File

@@ -13,7 +13,6 @@
], ],
"all_frames": true, "all_frames": true,
"js": [ "js": [
"./js/vendor.js",
"./js/content.js" "./js/content.js"
], ],
"css": [ "css": [

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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 = [