diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-09-06 18:18:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-24 12:06:08 +0200 |
commit | 1a05ab6a12d24f5c9c27172d924fbdbc9e5ddfbe (patch) | |
tree | 7752e884cbbd4d1b696ad252961fa2e815c216c3 /ishtar_common/templates/base.html | |
parent | 17decf4c9e96b5ee53b79fbbdb02d25d6ba98ede (diff) | |
download | Ishtar-1a05ab6a12d24f5c9c27172d924fbdbc9e5ddfbe.tar.bz2 Ishtar-1a05ab6a12d24f5c9c27172d924fbdbc9e5ddfbe.zip |
Quick action: manage ajax form
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r-- | ishtar_common/templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index b9270d910..bce02f61d 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -141,7 +141,8 @@ {% trans "Time to take a coffee?" %} <i class="fa fa-coffee" aria-hidden="true"></i></span> <span class='progress-detail progress-4'> {% trans "Time to take another coffee?" %} <i class="fa fa-coffee" aria-hidden="true"></i></span> - <button type="button" class="close" data-dismiss="modal" aria-label="Close"> + <button type="button" class="close" data-dismiss="modal" aria-label="Close" + onclick="closed_wait = true;return true;"> <span aria-hidden="true">×</span> </button> </div> |