From d698af153772ca4351ad3b23fbb987fc749890af Mon Sep 17 00:00:00 2001 From: zhangab Date: Wed, 18 Apr 2018 09:11:56 +0800 Subject: Fix Security/Vulnerability problems Change-Id: Ie0f2c9e0794941d9b9a7f00a6c3d349269d98ed1 Issue-ID: USECASEUI-104 Signed-off-by: zhangab --- .../src/main/webapp/static/fusion/raptor/js/label_quantum.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 usecaseui-common/src/main/webapp/static/fusion/raptor/js/label_quantum.js (limited to 'usecaseui-common/src/main/webapp/static/fusion/raptor/js/label_quantum.js') diff --git a/usecaseui-common/src/main/webapp/static/fusion/raptor/js/label_quantum.js b/usecaseui-common/src/main/webapp/static/fusion/raptor/js/label_quantum.js deleted file mode 100644 index 6e07cbc1..00000000 --- a/usecaseui-common/src/main/webapp/static/fusion/raptor/js/label_quantum.js +++ /dev/null @@ -1,5 +0,0 @@ -zk.afterLoad("zul.wgt", function () { - zul.wgt.Label.prototype.getEncodedText = function() { - return zUtl.encodeXML(this._value, {multiline:this._multiline,pre:this._pre, maxlength: this._maxlength}).replace(/_nl_/g, "
"); - } -}); \ No newline at end of file -- cgit 1.2.3-korg