@@ -347,7 +347,7 @@ function SendMoney2()
|
||||
SendMoney();
|
||||
};
|
||||
|
||||
function SendMoney()
|
||||
function SendMoney(F)
|
||||
{
|
||||
if(!CanSendTransaction)
|
||||
{
|
||||
@@ -358,7 +358,9 @@ function SendMoney()
|
||||
if($("idSendButton").disabled)
|
||||
return ;
|
||||
SetVisibleBlock("idBlockOnSend", 0);
|
||||
CreateTransaction(SendMoneyTR, true, ClearAttach);
|
||||
if(!F)
|
||||
F = ClearAttach;
|
||||
CreateTransaction(SendMoneyTR, true, F);
|
||||
};
|
||||
|
||||
function GetJSONFromTransaction(TR)
|
||||
|
||||
Reference in New Issue
Block a user