Added warning about non-named accounts & Code Clean up.

This commit is contained in:
FallenGravity
2019-10-21 16:50:40 +02:00
parent 43863c4780
commit 988f3aa26b

View File

@@ -1474,6 +1474,13 @@ $(document).on("render_uploads", function () {
$('#walletpasswordtable').hide(); $('#walletpasswordtable').hide();
$('#privatekeytable').show(); $('#privatekeytable').show();
} else { } else {
console.log("I'm Running bro");
(function($, _M) {
M.toast({
html: 'If you wallet has a default name, it will not be able to be selected.',
displayLength: 10000
});
}(jQuery, M));
privateKeyLogin = false; privateKeyLogin = false;
$("#sendFromAddressValue").show(); $("#sendFromAddressValue").show();
$('#privatekeytable').hide(); $('#privatekeytable').hide();