1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-20 18:27:23 +01:00

Finally put the default quota load code in the right place

This commit is contained in:
John Supplee
2019-02-01 01:21:44 +02:00
parent f64fffe6b8
commit 9139b917cf
2 changed files with 10 additions and 9 deletions

View File

@@ -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(":");