Sfoglia il codice sorgente

fixed "this.singlefile is undefined" on Waterfox

Gildas 7 anni fa
parent
commit
92de559ba4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"
 			]