aboutsummaryrefslogtreecommitdiffstats
path: root/vid/src/main/webapp/static/fusion/raptor/js/label_quantum.js
diff options
context:
space:
mode:
Diffstat (limited to 'vid/src/main/webapp/static/fusion/raptor/js/label_quantum.js')
-rw-r--r--vid/src/main/webapp/static/fusion/raptor/js/label_quantum.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/vid/src/main/webapp/static/fusion/raptor/js/label_quantum.js b/vid/src/main/webapp/static/fusion/raptor/js/label_quantum.js
deleted file mode 100644
index 6e07cbc1f..000000000
--- a/vid/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, "<br />");
- }
-}); \ No newline at end of file