0.905
This commit is contained in:
@@ -97,13 +97,13 @@
|
||||
|
||||
function ChangeNetwork()
|
||||
{
|
||||
if(NETWORK==="TERA-TEST")
|
||||
if(NETWORK==="TERA-TEST2")
|
||||
{
|
||||
NETWORK="TERA-MAIN";
|
||||
}
|
||||
else
|
||||
{
|
||||
NETWORK="TERA-TEST";
|
||||
NETWORK="TERA-TEST2";
|
||||
}
|
||||
localStorage["NETWORK"]=NETWORK;
|
||||
StartWebWallet();
|
||||
@@ -924,7 +924,7 @@
|
||||
<tr>
|
||||
<td>Amount</td>
|
||||
<td>
|
||||
<INPUT type="number" id="idSumSend" value="" step=0 min=0 max=1000000000 oninput="OnEditTransactionFields()">
|
||||
<INPUT type="number" id="idSumSend" style="color:#1e21cb" value="" step=0 min=0 max=1000000000 oninput="OnEditTransactionFields()">
|
||||
<button style="font-family: monospace;" onclick="SetAllSum()"><-</button>
|
||||
<B id="idCoinName"></B>
|
||||
</td>
|
||||
@@ -1084,13 +1084,13 @@
|
||||
|
||||
<DIV id="idBlockOnSend" style="display: none">
|
||||
<DIV align="center">
|
||||
Send <B id="idOnSendText"></B> ?
|
||||
Send <B id="idOnSendText"></B>
|
||||
<BR>
|
||||
<button onclick="SendMoney2()" id="idBtOnSend" class="radius">Send</button>
|
||||
<button onclick='SetVisibleBlock("idBlockOnSend",0);' class="radius">Cancel</button>
|
||||
<BR>
|
||||
|
||||
<DIV align="left">
|
||||
<DIV style="font-size: smaller"><input type="checkbox" id="idWhiteOnSend"/> Add this account to white list</DIV>
|
||||
<DIV id="idCheckOnSend"><input type="checkbox" id="idWhiteOnSend"/> Add this account to white list</DIV>
|
||||
</DIV>
|
||||
</DIV>
|
||||
</DIV>
|
||||
|
||||
Reference in New Issue
Block a user