This commit is contained in:
Jamie.Rees 2016-11-25 08:00:26 +00:00
commit 9f41a511cd
9 changed files with 21 additions and 10 deletions

View file

@ -20,6 +20,9 @@
<th>
LastRetry
</th>
<th>
Error Description
</th>
</tr>
</thead>
<tbody>
@ -39,6 +42,9 @@
<td>
@m.LastRetry
</td>
<td>
@m.Message
</td>
</tr>
}
</tbody>

View file

@ -110,7 +110,7 @@
var donationText = $("#donationText");
donateLink.attr("href", result.url);
if (result.message) {
donationText.text(result.message);
donationText.text(result.message);
}
}
},