display time on dialog

This commit is contained in:
aynsix
2021-09-09 17:41:21 +03:00
parent cfc06cdd44
commit edbc63df87
8 changed files with 10 additions and 4 deletions

View File

@@ -182,6 +182,7 @@ const notifyLayout = (services) => {
date_cont.append($z);
// do not display date in the dialog content beacause it's already grouped by date
$(".time", $z).hide();
$(".time-in-dialog", $z).show();
}
// handle "show more" button