1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

filter dialog: display parsed date when checking; fix Check it button not using Dijit control

This commit is contained in:
Andrew Dolgov
2011-04-18 13:09:59 +04:00
parent 361840203b
commit aaba22250f
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -628,7 +628,7 @@ function filterDlgCheckDate() {
var reply = JSON.parse(transport.responseText);
if (reply['result'] == true) {
alert(__("Date syntax appears to be correct."));
alert(__("Date syntax appears to be correct:") + " " + reply['date']);
return;
} else {
alert(__("Date syntax is incorrect."));