From 28dd255c30c7bdb528ec1fde2391705fbc9b4cf6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Mar 2021 16:54:11 +0300 Subject: show user css editor before xhr is completed --- js/Article.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/Article.js') diff --git a/js/Article.js b/js/Article.js index ba08e3656..ed74051a6 100644 --- a/js/Article.js +++ b/js/Article.js @@ -322,7 +322,7 @@ const Article = { }, editTags: function (id) { const dialog = new fox.SingleUseDialog({ - title: __("Edit article Tags"), + title: __("Article tags"), content: ` ${App.FormFields.hidden_tag("id", id.toString())} ${App.FormFields.hidden_tag("op", "article")} @@ -334,7 +334,7 @@ const Article = {
+ id='tags_str' name='tags_str'>${__("Loading, please wait...")}
-- cgit v1.2.3-54-g00ecf