diff --git a/src/web/js/lib/maestro_info.js b/src/web/js/lib/maestro_info.js index e4d18d8..1e798cf 100644 --- a/src/web/js/lib/maestro_info.js +++ b/src/web/js/lib/maestro_info.js @@ -33,9 +33,13 @@ class MaestroInfo { switch(this.accountType) { case 0: case 1: + case 100: + case 101: return 20; + case 2: return 50; + case 3: return 100; } diff --git a/src/web/module/header.html b/src/web/module/header.html index e55586c..6c94bdc 100644 --- a/src/web/module/header.html +++ b/src/web/module/header.html @@ -2,7 +2,7 @@
diff --git a/src/web/module/maestro_header.html b/src/web/module/maestro_header.html index 9516981..93b87ac 100644 --- a/src/web/module/maestro_header.html +++ b/src/web/module/maestro_header.html @@ -56,7 +56,9 @@ function deleteMaestroAllRecords() {