Fix: maestro experience account type = 101
This commit is contained in:
@@ -28,7 +28,8 @@ function loadMaestroInfo(maestroID) {
|
||||
function updateCards(accountType) {
|
||||
console.log(accountType);
|
||||
switch(accountType) {
|
||||
case 0:
|
||||
case 100:
|
||||
case 101:
|
||||
$("#account_type_1").addClass("border-warning");
|
||||
$("#account_type_1_btn").addClass("btn-secondary disabled");
|
||||
$("#account_type_1_footer").addClass("text-danger");
|
||||
|
||||
Reference in New Issue
Block a user