diff --git a/data/web/js/mailbox.js b/data/web/js/mailbox.js index 8894e995..ae99ad3d 100644 --- a/data/web/js/mailbox.js +++ b/data/web/js/mailbox.js @@ -8,6 +8,7 @@ $(document).ready(function() { dataType: 'json', url: '/api/v1/get/domain/all', jsonp: false, + async: false, error: function () { domain_list.push('Cannot read domain list'); },