Send Button Fix
This commit is contained in:
@@ -56,7 +56,7 @@ class SendTransaction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(document).on("render_send", function () {
|
$(document).on("render_send", function () {
|
||||||
$("select").formSelect({classes: "fromAddressSelect"});
|
//$("select").formSelect({classes: "fromAddressSelect"});
|
||||||
|
|
||||||
$("#sendFromAddress").on("change", function () {
|
$("#sendFromAddress").on("change", function () {
|
||||||
var optionText = $(this).find("option:selected").text();
|
var optionText = $(this).find("option:selected").text();
|
||||||
|
|||||||
Reference in New Issue
Block a user