1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 04:22:27 +01:00

Yeah, that was kind of obvious...

This commit is contained in:
Kris Maglione
2014-02-19 00:56:03 -08:00
parent 5ba16bda44
commit b63e3128fa

2
common/bootstrap.js vendored
View File

@@ -240,7 +240,7 @@ function init() {
resourceProto.setSubstitution(pkg, getURI(path));
}
JSMLoader.config = JSON.parse(httpGet("resource://dactyl-local/config.json").responseText);
JSMLoader.config = manifest;
bootstrap_jsm = module(BOOTSTRAP);
if (!JSMLoader.SANDBOX)