Przeglądaj źródła

fixed "this.singlefile is undefined" on Waterfox

Gildas 7 lat temu
rodzic
commit
92de559ba4
1 zmienionych plików z 1 dodań i 0 usunięć
  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"
 			]