Include variable

master-GE
aunxx 2016-06-01 16:39:13 +01:00
parent 79c9efbc33
commit 4ac73a1ab3
1 changed files with 1 additions and 1 deletions

View File

@ -1265,10 +1265,10 @@ Clipperz.log("THE BROWSER IS OFFLINE");
'certificateQuota' 'certificateQuota'
]; ];
var attributes = this.user().accountInfo()._attributes;
// //
// Disable loading of the details of the account. Hard code similar to the python frontend // 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) { // MochiKit.Iter.forEach(usefulFields, function (aFieldName) {
// result[aFieldName] = attributes[aFieldName]; // result[aFieldName] = attributes[aFieldName];
// }) // })