summaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUtils.js
diff options
context:
space:
mode:
authorlapentafd <francesco.lapenta@est.tech>2022-01-24 16:49:02 +0000
committerlapentafd <francesco.lapenta@est.tech>2022-01-24 16:49:11 +0000
commitb41acaa22314a852157cb2f9e0361bb85cc661e4 (patch)
tree6b6fd8ac0c0896008adebefac641245a6583a555 /gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUtils.js
parent8849d1b8da31e25e2598def588a9b1fa96b5c111 (diff)
Code Coverage gui editor apex
Issue-ID: POLICY-3351 Signed-off-by: lapentafd <francesco.lapenta@est.tech> Change-Id: Iccac0679be9644b3f68b17c33c07ea9a81acde37
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUtils.js')
-rw-r--r--gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUtils.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUtils.js b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUtils.js
index b1ff792..2b18559 100644
--- a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUtils.js
+++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexUtils.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.
@@ -133,5 +133,8 @@ export {
apexUtils_areYouSure,
createAddFormButton,
apexUtils_escapeHtml,
- apexUtils_deleteTableRow
+ apexUtils_deleteTableRow,
+ createEditArea,
+ isFirefox,
+ getHomepageURL
}