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
commit23fb7114d46ffae071891fb0bbdd6521dd4d5265 (patch)
tree7752e884cbbd4d1b696ad252961fa2e815c216c3 /ishtar_common/templates/base.html
parent51a031f2f708e6ab890b2a506c0cdcccdfbe47fb (diff)
downloadIshtar-23fb7114d46ffae071891fb0bbdd6521dd4d5265.tar.bz2
Ishtar-23fb7114d46ffae071891fb0bbdd6521dd4d5265.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>