Browse Source

better message

283
ThomasV 10 years ago
parent
commit
ee6b718ea4
  1. 2
      lib/www/index.html

2
lib/www/index.html

@ -50,7 +50,7 @@ if (id) {
value: current value: current
}); });
if (current >= max) { if (current >= max) {
$("#container").html("expired:", duration); $("#container").html("This payment request has expired");
} }
}; };
var interval = setInterval(update, 1000); var interval = setInterval(update, 1000);

Loading…
Cancel
Save