aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUser.js
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-09-08 17:17:12 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-08 17:17:12 +0000
commit02dae1dfb56aea5facb7700b4933d6b6710fdc16 (patch)
treedcd8ddc329653d5cd7951541ff7f782860fb0427 /gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUser.js
parent4525ce37551a3bf55a65338d1d1e869c652f19ee (diff)
parent483f0f8457f8b10d426e8135ab66000d3a3ff7a9 (diff)
Merge "JavaScript tests for apex-editor"
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUser.js')
-rw-r--r--gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUser.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUser.js b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUser.js
index 684fdf7..e30f5dd 100644
--- a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUser.js
+++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUser.js
@@ -28,3 +28,5 @@ const userManager = {
const urlParams = new URLSearchParams(window.location.search);
userManager.userId = urlParams.get('userId');
})();
+
+exports = {userManager}; \ No newline at end of file