diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2021-09-02 13:34:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-02 13:34:24 +0000 |
commit | bc7dfea387d1a80875e254fcc8d94516ab6ead96 (patch) | |
tree | d98b8b65b05d43a1c774d2e15be25decd5f181fc /gui-editors/gui-editor-apex | |
parent | 61adc09d3b9dcce1b35693704f275c160b3d167d (diff) | |
parent | f30d4d2cdda3486f4eacb3dc284e52e2f5971d3b (diff) |
Merge "Add missing JS import in gui-editor-apex"
Diffstat (limited to 'gui-editors/gui-editor-apex')
-rw-r--r-- | gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextSchemaTab.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextSchemaTab.js b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextSchemaTab.js index c5c7daa..fa5ed6f 100644 --- a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextSchemaTab.js +++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextSchemaTab.js @@ -22,7 +22,7 @@ const {ajax_get} = require("./ApexAjax"); const {createTable} = require('./ApexTable'); const {rightClickMenu_scopePreserver} = require('./contextMenu'); -const {apexUtils_removeElement} = require('./ApexUtils'); +const {apexUtils_escapeHtml, apexUtils_removeElement} = require('./ApexUtils'); function contextSchemaTab_reset() { contextSchemaTab_deactivate(); |