Jelajahi Sumber

fixed "this.singlefile is undefined" on Waterfox

Gildas 7 tahun lalu
induk
melakukan
92de559ba4
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      manifest.json

+ 1 - 0
manifest.json

@@ -41,6 +41,7 @@
 			],
 			"run_at": "document_start",
 			"js": [
+				"extension/index.js",
 				"lib/hooks/hooks.js",
 				"extension/core/content/content-bootstrap.js"
 			]