diff --git a/src/scripts/lychee.js b/src/scripts/lychee.js index 30aca55..649529f 100644 --- a/src/scripts/lychee.js +++ b/src/scripts/lychee.js @@ -116,8 +116,8 @@ lychee.loginDialog = function() { let msg = lychee.html`

- - + +

Lychee $${ lychee.version }Update available!

` @@ -136,14 +136,6 @@ lychee.loginDialog = function() { } }) - if (localStorage) { - let localUsername = localStorage.getItem('lychee_username') - if (localUsername!=null && localUsername.length>0) { - $('.basicModal input[name="username"]').val(localUsername) - $('.basicModal input[name="password"]').focus() - } - } - if (lychee.checkForUpdates==='1') lychee.getUpdate() }