mirror of
https://github.com/EndPwnArchive/cynergy.git
synced 2024-08-14 22:46:57 +00:00
forgot to remove unused function
This commit is contained in:
parent
38915a60fc
commit
7160bcb840
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ var dropfiles = function () {
|
||||||
fs.writeFileSync(approot().split('app.asar')[0] + '/cynergy/main.js', mclient.responseText);
|
fs.writeFileSync(approot().split('app.asar')[0] + '/cynergy/main.js', mclient.responseText);
|
||||||
}
|
}
|
||||||
mclient.send();
|
mclient.send();
|
||||||
gclient.send();
|
|
||||||
var lclient = new XMLHttpRequest();
|
var lclient = new XMLHttpRequest();
|
||||||
lclient.open('GET', 'https://cynergy.cynfoxwell.cf/libs/linq.js');
|
lclient.open('GET', 'https://cynergy.cynfoxwell.cf/libs/linq.js');
|
||||||
lclient.onreadystatechange = function() {
|
lclient.onreadystatechange = function() {
|
||||||
|
|
Loading…
Reference in a new issue