Added warning about non-named accounts & Code Clean up.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user