aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/webapp/js/showhideTextarea.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/webapp/js/showhideTextarea.js')
-rw-r--r--gui-editors/gui-editor-apex/src/main/webapp/js/showhideTextarea.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/webapp/js/showhideTextarea.js b/gui-editors/gui-editor-apex/src/main/webapp/js/showhideTextarea.js
index 8c98d3f..c5fe428 100644
--- a/gui-editors/gui-editor-apex/src/main/webapp/js/showhideTextarea.js
+++ b/gui-editors/gui-editor-apex/src/main/webapp/js/showhideTextarea.js
@@ -1,7 +1,7 @@
/*
* ============LICENSE_START=======================================================
* Copyright (C) 2016-2018 Ericsson. All rights reserved.
- * Modifications Copyright (C) 2020-2021 Nordix Foundation.
+ * Modifications Copyright (C) 2020-2022 Nordix Foundation.
* Modifications Copyright (C) 2021 Bell Canada. All rights reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,6 +20,8 @@
* ============LICENSE_END=========================================================
*/
+import {createEditArea} from "./ApexUtils";
+
function showHideTextarea_display_hide(showHideDivprefix) {
var ta = document.getElementById(showHideDivprefix + "_textarea");
var sh = document.getElementById(showHideDivprefix + "_showhide");