diff --git a/data/web/js/mailbox.js b/data/web/js/mailbox.js
index e77ba29a..939cc2b0 100644
--- a/data/web/js/mailbox.js
+++ b/data/web/js/mailbox.js
@@ -29,13 +29,13 @@ $(document).ready(function() {
item.max_quota_for_mbox = humanFileSize(item.max_quota_for_mbox);
if (role == "admin") {
item.action = '
' +
@@ -139,8 +139,8 @@ $(document).ready(function() {
success: function (data) {
$.each(data, function (i, item) {
item.action = '
';
});
$('#resources_table').footable({
@@ -181,8 +181,8 @@ $(document).ready(function() {
success: function (data) {
$.each(data, function (i, item) {
item.action = '
';
});
$('#aliasdomain_table').footable({
@@ -224,8 +224,8 @@ $(document).ready(function() {
item.address = '
Catch-All
' + item.address;
}
item.action = '
';
});
$('#alias_table').footable({