summaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/webapp/js/ApexKeyInformationTab.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/webapp/js/ApexKeyInformationTab.js')
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/js/ApexKeyInformationTab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/js/ApexKeyInformationTab.js b/gui-editors/gui-editor-apex/src/main/webapp/js/ApexKeyInformationTab.js
index 814725a..45bfac8 100644
--- a/gui-editors/gui-editor-apex/src/main/webapp/js/ApexKeyInformationTab.js
+++ b/gui-editors/gui-editor-apex/src/main/webapp/js/ApexKeyInformationTab.js
@@ -38,7 +38,7 @@ function keyInformationTab_activate() {
$("#keyInformationTableBody").find("tr:gt(0)").remove();
for (let value of data.messages) {
- var keyInfo = JSON.parse(value).apexKeyInfo;
+ var keyInfo = JSON.parse(value);
var keyInfoRow_tr = document.createElement("tr");
var keyInfoRow =