From 4ac73a1ab39238b624a2eed080f305a64ba1f7bf Mon Sep 17 00:00:00 2001 From: aunxx Date: Wed, 1 Jun 2016 16:39:13 +0100 Subject: [PATCH] Include variable --- frontend/delta/js/Clipperz/PM/UI/MainController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; // })