diff --git a/frontend/delta/js/Clipperz/PM/UI/MainController.js b/frontend/delta/js/Clipperz/PM/UI/MainController.js index 3c606d0..9b707ce 100644 --- a/frontend/delta/js/Clipperz/PM/UI/MainController.js +++ b/frontend/delta/js/Clipperz/PM/UI/MainController.js @@ -1265,10 +1265,10 @@ Clipperz.log("THE BROWSER IS OFFLINE"); 'certificateQuota' ]; + var attributes = this.user().accountInfo()._attributes; // // Disable loading of the details of the account. Hard code similar to the python frontend // -// var attributes = this.user().accountInfo()._attributes; // MochiKit.Iter.forEach(usefulFields, function (aFieldName) { // result[aFieldName] = attributes[aFieldName]; // })