better message

This commit is contained in:
ThomasV 2015-06-09 16:10:44 +02:00
parent f70a996619
commit ee6b718ea4

View file

@ -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);