From a65749a5122bff55455150248b41acf838f74e80 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Feb 2020 14:04:29 +0300 Subject: [PATCH] source validationtextarea in main UI --- js/tt-rss.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/tt-rss.js b/js/tt-rss.js index d45dd5748..fe9f9b8fc 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -56,6 +56,7 @@ require(["dojo/_base/kernel", "fox/FeedStoreModel", "fox/FeedTree", "fox/Toolbar", + "fox/form/ValidationTextArea", "fox/form/Select", "fox/form/ComboButton", "fox/form/DropDownButton"], function (dojo, declare, ready, parser, AppBase) {