From 93c8844b3f768eb449e2f7cb88651ca91add2951 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Mon, 15 May 2017 19:28:24 -0300 Subject: [PATCH] typo --- kfet/templates/kfet/history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kfet/templates/kfet/history.html b/kfet/templates/kfet/history.html index 51dcac38..60e675d2 100644 --- a/kfet/templates/kfet/history.html +++ b/kfet/templates/kfet/history.html @@ -132,7 +132,7 @@ $(document).ready(function() { updateHistory(); }); - $(khistory).on("cancel_history", function(e) { + $(khistory).on("cancel_done", function(e) { khistory.selection.reset(); });