better message

This commit is contained in:
ThomasV 2015-06-09 16:10:44 +02:00
parent f70a996619
commit ee6b718ea4
1 changed files with 1 additions and 1 deletions

View File

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