fix bootstrap to actually load

This commit is contained in:
Cynthia Foxwell 2018-05-19 22:29:05 -06:00
parent d342306a82
commit eac40a0945
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
2018-05-19;;Cλnergy {added marginTop}
2018-05-19;;Cynergy {added marginTop}
=====================
* **Welcome to Cynergy2!**

View File

@ -54,6 +54,13 @@ function evaluate(str, exportsR) {
var epapi = krequire('epapi.js');
var properties = {
name: "Cλnergy",
version: "Σv3.1.1, λv1",
method: "crxpwn-lambda",
brand:false
};
/*{
name: 'EndPwn3',
version: {
major: 3,
@ -65,7 +72,7 @@ function evaluate(str, exportsR) {
},
method: 'crxpwn',
brand: true
};
};*/
// call their entrypoints
crispr.go(properties);