From 6822d6fdc9a6ef0ef7bc063633f3d3393ceba12e Mon Sep 17 00:00:00 2001 From: Flex Date: Sat, 19 May 2018 22:17:46 -0600 Subject: [PATCH] new changelog --- changelog.md | 7 +++++++ plugin/system.js | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..5fa0563 --- /dev/null +++ b/changelog.md @@ -0,0 +1,7 @@ +2018-05-19;;Cλnergy {added marginTop} +===================== + +**Welcome to Cynergy2!** +Thank you for being interested in the Lamdba Project. +**Plans:** +* Fix crispr and webcrack. \ No newline at end of file diff --git a/plugin/system.js b/plugin/system.js index 41d8035..5db9039 100644 --- a/plugin/system.js +++ b/plugin/system.js @@ -20,7 +20,7 @@ var internal = { print: function (str) { - console.log(`%c[EndPwn3]%c ` + str, 'font-weight:bold;color:#0cc', ''); + console.log(`%c[EndPwn3]%c ` + str, 'font-weight:bold;color:#c8f', ''); } } @@ -90,7 +90,7 @@ exports = { // fetch the changelog internal.print('retrieving changelog...'); - fetch('https://endpwn.github.io/changelog.md?_=' + Date.now()).then(r => r.text()).then(l => { + fetch('https://lambda.cynfoxwell.cf/changelog.md?_=' + Date.now()).then(r => r.text()).then(l => { var data = l.split(';;'); window.endpwn.changelog = { date: data[0],