summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/base.html
diff options
context:
space:
mode:
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
commit1a05ab6a12d24f5c9c27172d924fbdbc9e5ddfbe (patch)
tree7752e884cbbd4d1b696ad252961fa2e815c216c3 /ishtar_common/templates/base.html
parent17decf4c9e96b5ee53b79fbbdb02d25d6ba98ede (diff)
downloadIshtar-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.html3
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">&times;</span>
</button>
</div>