aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/webapp/js/ApexContextAlbumTab.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/webapp/js/ApexContextAlbumTab.js')
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/js/ApexContextAlbumTab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/js/ApexContextAlbumTab.js b/gui-editors/gui-editor-apex/src/main/webapp/js/ApexContextAlbumTab.js
index fe9bcbb..a01a370 100644
--- a/gui-editors/gui-editor-apex/src/main/webapp/js/ApexContextAlbumTab.js
+++ b/gui-editors/gui-editor-apex/src/main/webapp/js/ApexContextAlbumTab.js
@@ -39,7 +39,7 @@ function contextAlbumTab_activate() {
$("#contextAlbumTableBody").find("tr:gt(0)").remove();
for (let value of data.messages) {
- var contextAlbum = JSON.parse(value).apexContextAlbum;
+ var contextAlbum = JSON.parse(value);
var contextAlbumRow_tr = document.createElement("tr");