summaryrefslogtreecommitdiff
path: root/ishtar/templates/sheet.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-04-12 19:19:54 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-04-12 19:19:54 +0200
commit9bf6fb03580a6a277502ca68738f84af7675445f (patch)
treec1fba513ad10b3758a49cdbfd2989fb44012f031 /ishtar/templates/sheet.html
parent210c91c1cb05f74c574f4fd28e23e5f1622afaa2 (diff)
downloadIshtar-9bf6fb03580a6a277502ca68738f84af7675445f.tar.bz2
Ishtar-9bf6fb03580a6a277502ca68738f84af7675445f.zip
Add a rollback button (closes #349)
Diffstat (limited to 'ishtar/templates/sheet.html')
-rw-r--r--ishtar/templates/sheet.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/templates/sheet.html b/ishtar/templates/sheet.html
index e2d1cc6c0..5608a684f 100644
--- a/ishtar/templates/sheet.html
+++ b/ishtar/templates/sheet.html
@@ -17,7 +17,7 @@
<script type="text/javascript">var last_window='{{window_id}}';</script>
<div class="head">
<a href='#' onclick='$("#{{window_id}}").hide("slow")'>{% trans "Close" %}</a> -
-<a href='#' onclick='$("#window > div").hide("slow");$("#window").html("")'>
+<a href='#' onclick='closeAllWindows();'>
{% trans "Close all windows" %}
</a></div>{% endblock %}
<div class="body">