mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 17:15:57 +00:00
filter dialog: display parsed date when checking; fix Check it button not using Dijit control
This commit is contained in:
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user