Skip to content

Commit

Permalink
chore: do not close on click backdrop of 'loading' modal
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzimei committed Apr 11, 2018
1 parent 9997b25 commit eb1c2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h4 data-i18n=check/tx-details>Transaction Details</h4>
</table>
</section>

<div class="fade loading modal">
<div class="fade loading modal" data-backdrop=static>
<div class=modal-dialog>
<div class=modal-content>
<div class=modal-body>
Expand Down
2 changes: 1 addition & 1 deletion contract.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
</div>
</div>

<div class="fade loading modal">
<div class="fade loading modal" data-backdrop=static>
<div class=modal-dialog>
<div class=modal-content>
<div class=modal-body>
Expand Down

0 comments on commit eb1c2d2

Please sign in to comment.