mirror of
https://github.com/ok2/coinbin.git
synced 2026-04-18 08:44:03 +02:00
Make custom field visible automatically after refresh.
This commit is contained in:
parent
3b1e44e4b4
commit
cea94af32f
@ -1721,6 +1721,7 @@ $(document).ready(function() {
|
||||
var derived = hd.derive(i);
|
||||
} else {
|
||||
var derived = hd.derive_path(($("#hdpath input").val().replace(/\/+$/, ""))+'/'+i+use_private_index);
|
||||
$("#hdpath").removeClass(); // make it visible
|
||||
}
|
||||
html += '<tr>';
|
||||
html += '<td>'+i+'</td>';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user