summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-28 13:53:45 +0300
committerAndrew Dolgov <[email protected]>2020-02-28 13:53:45 +0300
commitf24ece85a6ea85ccff5fcdab2730d248892746fc (patch)
treeb20a131f8168bc2fb95e1acd2f4d9d4c937701a9 /js/prefs.js
parent2fefb4fd8741b38f28831f2da9e359ab4f7fa8a6 (diff)
add validationtextarea control, use it for filter match editor
Diffstat (limited to 'js/prefs.js')
-rwxr-xr-xjs/prefs.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 944e49258..96fcbd948 100755
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -55,6 +55,7 @@ require(["dojo/_base/kernel",
"fox/PrefFilterTree",
"fox/PrefLabelTree",
"fox/Toolbar",
+ "fox/form/ValidationTextArea",
"fox/form/Select",
"fox/form/ComboButton",
"fox/form/DropDownButton"], function (dojo, declare, ready, parser, AppBase) {