1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:15:55 +00:00

source validationtextarea in main UI

This commit is contained in:
Andrew Dolgov
2020-02-28 14:04:29 +03:00
parent bcbc5ccc78
commit a65749a512

View File

@@ -56,6 +56,7 @@ require(["dojo/_base/kernel",
"fox/FeedStoreModel", "fox/FeedStoreModel",
"fox/FeedTree", "fox/FeedTree",
"fox/Toolbar", "fox/Toolbar",
"fox/form/ValidationTextArea",
"fox/form/Select", "fox/form/Select",
"fox/form/ComboButton", "fox/form/ComboButton",
"fox/form/DropDownButton"], function (dojo, declare, ready, parser, AppBase) { "fox/form/DropDownButton"], function (dojo, declare, ready, parser, AppBase) {