summaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexMain.js
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-02-04 09:04:16 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-04 09:04:16 +0000
commitf342bf5bd3684998f66cfd78213303e90abbd90f (patch)
tree33bc1f9368cb1d62632e194b0966721df146c58c /gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexMain.js
parentd211be2cbad3ae4dea9dc90dcac80cccd9a510ab (diff)
parent02311dcd02872c548418d51eb770a08b3f32e18f (diff)
Merge "Policy Gui Code Coverage"
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexMain.js')
-rw-r--r--gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexMain.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexMain.js b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexMain.js
index ce491ec..3fc3cd5 100644
--- a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexMain.js
+++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexMain.js
@@ -1,7 +1,7 @@
/*
* ============LICENSE_START=======================================================
* Copyright (C) 2016-2018 Ericsson. All rights reserved.
- * Modifications Copyright (C) 2020 Nordix Foundation.
+ * Modifications Copyright (C) 2020-2022 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -175,5 +175,6 @@ $(".ebInlineMessage").mouseleave(function(e) {
});
export {
- clearLocalStorage
+ clearLocalStorage,
+ main_getRestRootURL
}