Skip to content

Commit

Permalink
2.1.13-1 Developer Beta 19
Browse files Browse the repository at this point in the history
  • Loading branch information
speedyplane2247 authored Mar 22, 2018
1 parent 188187a commit 83f1928
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions kern/ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -6274,7 +6274,7 @@ system42("storage", function(e, t) {
e._desktop = t
}, function() {
return e._desktop
}), !1 === e._settings.userData.localInit ? $io.enum([$io.obj.flatten(e._files.a, "/")], function(e, t, n) {
}), !1 === e._settings.userData.localInit ? $io.enum([$io.obj.flatten(e._files.a, "/"+verfiedUsername+"/")], function(e, t, n) {
if ("number" == typeof e) {
var o = $fs.utils.isShortcut(t);
$ajax.get("a_/" + t, {
Expand Down Expand Up @@ -9109,6 +9109,9 @@ system42('apps', function(le) { 'use strict';
silent: true,
hascli: true,
exec: function() {
if (verfiedUsername == "anonymous") {
$file.delete("/a/anonymous")
}
document.body.style.height = window.innerHeight + 'px'
document.body.style.backgroundColor = '#000'
document.body.className = 'noscroll animate zoomOut'
Expand Down Expand Up @@ -12335,6 +12338,10 @@ system42('apps', function(le) { 'use strict';
})(this)
function tellUser() {
$alert.error("You didn't specify a username, so you're logging in as anonymous. Your data won't be saved.")
// your data will be saved, until later.
this.internalUser.canKA = false
this.internalUser.user = "anonymous"
verfiedUsername = "anonymous"
$file.delete("/a/anonymous")
}
//system/files.js
// DB

0 comments on commit 83f1928

Please sign in to comment.