mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Issue a token: minor cleanup
This commit is contained in:
@@ -131,6 +131,10 @@ $(document).ready(() => {
|
||||
$("#currency-code-hex").keyup(update_currency_code)
|
||||
$("#use-std-code").change(update_currency_code)
|
||||
$("#use-hex-code").change(update_currency_code)
|
||||
// run once on load because some browsers pre-fill values from previous
|
||||
// pageviews.
|
||||
update_currency_code()
|
||||
|
||||
|
||||
// Configure Issuer Settings handler -----------------------------------------
|
||||
$("#config-issuer-button").click( async (event) => {
|
||||
|
||||
Reference in New Issue
Block a user