mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Issue a token: fix some Chrome stylings
This commit is contained in:
@@ -147,9 +147,9 @@ function pretty_print(j) {
|
||||
*/
|
||||
function disable_followup_steps() {
|
||||
$(".previous-steps-required").prop("title", tl("Complete all previous steps first"))
|
||||
$(".previous-steps-required").prop("disabled", true)
|
||||
$(".previous-steps-required").prop("disabled", true).addClass("disabled")
|
||||
$(".connection-required").prop("title", tl("Conection to the XRP Ledger required"))
|
||||
$(".connection-required").prop("disabled", true)
|
||||
$(".connection-required").prop("disabled", true).addClass("disabled")
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user