fixed the error message for promise timeout and failure.

This commit is contained in:
Stefan Midjich 2016-04-22 16:18:33 +02:00
parent 2c58ddf3a9
commit f4d2f10148
3 changed files with 22 additions and 11 deletions

View file

@ -38,9 +38,8 @@
</div>
<form id="approveForm" method="post">
<div id="error-row" class="row" style="visibility:hidden;">
<div class="five columns msgbox msgbox-error">
<p id="error-message"></p>
<div class="row">
<div id="error-box" class="five columns msgbox msgbox-error">
</div>
</div>