From a0766cd866e90740cc0408a669d721b701ae34ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Tue, 16 Apr 2019 15:30:02 +0900 Subject: [PATCH] Fix: accoutType -> accountType --- src/web/admin/admin_register_list.html | 2 +- src/web/admin/admin_upgrade_list.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/web/admin/admin_register_list.html b/src/web/admin/admin_register_list.html index 4a8712d..2804707 100644 --- a/src/web/admin/admin_register_list.html +++ b/src/web/admin/admin_register_list.html @@ -96,7 +96,7 @@ "
" + " " + " " - + " " + + " " + " " + " " + " " diff --git a/src/web/admin/admin_upgrade_list.html b/src/web/admin/admin_upgrade_list.html index 8f9db7d..c33c6b4 100644 --- a/src/web/admin/admin_upgrade_list.html +++ b/src/web/admin/admin_upgrade_list.html @@ -91,8 +91,8 @@ + " " + " " + " " - + " " - + " " + + " " + + " " + " " + " " + " " @@ -105,8 +105,8 @@ + " " + " " + " " - + " " - + " " + + " " + + " " + " " + " " + " " @@ -134,7 +134,7 @@ // var maestroID = $(inputButton).siblings(".maestro_id"); // var id = maestroID.text(); // var accountType = $(inputButton).siblings(".requested_account_type"); - // var upgradeAccountType = accoutTypeValue(accountType.val()); + // var upgradeAccountType = accountTypeValue(accountType.val()); var children = inputButton.parentElement.childNodes; var maestroUpgradeID; @@ -151,11 +151,11 @@ continue; } else if (children[i].className == "registered_account_type col-sm") { // upgradeAccountType = children[i].value; - registeredAccountType = accoutTypeValue(children[i].value); + registeredAccountType = accountTypeValue(children[i].value); continue; } else if (children[i].className == "new_account_type col-sm") { // upgradeAccountType = children[i].value; - upgradeAccountType = accoutTypeValue(children[i].value); + upgradeAccountType = accountTypeValue(children[i].value); continue; } }