Browse Source

display recipients quentity on sent icon title

twisterarmy
d47081 2 years ago
parent
commit
3a8f910783
  1. 1
      js/twister_formatpost.js

1
js/twister_formatpost.js

@ -279,6 +279,7 @@ function setPostInfoSent(n, k, item) { @@ -279,6 +279,7 @@ function setPostInfoSent(n, k, item) {
function(args,count) {
if( count >= 2 ) { // assume 2 peers (me + 1) is enough for "sent"
args.item.text("\u2713"); // check mark
args.item.attr("title", "\u2713 " + count); // display recipients quentity on sent icon title
} else {
args.item.text("\u231B"); // hour glass
setTimeout(setPostInfoSent,30000,n,k,item);

Loading…
Cancel
Save