diff --git a/management/templates/index.html b/management/templates/index.html index f6efda5c..2c0d5a9a 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -377,15 +377,6 @@ function show_panel(panelid) { } $(function() { - api( - "/system/default-quota", - "GET", - {}, - function(r) { - $('#adduserQuota').val(r['default-quota']); - } - ); - // Recall saved user credentials. if (typeof sessionStorage != 'undefined' && sessionStorage.getItem("miab-cp-credentials")) api_credentials = sessionStorage.getItem("miab-cp-credentials").split(":"); diff --git a/management/templates/users.html b/management/templates/users.html index 9e6899e0..9edbe421 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -39,6 +39,7 @@