This commit is contained in:
Ludovic Stephan 2017-05-15 19:28:24 -03:00
parent c2da055b60
commit 93c8844b3f

View file

@ -132,7 +132,7 @@ $(document).ready(function() {
updateHistory();
});
$(khistory).on("cancel_history", function(e) {
$(khistory).on("cancel_done", function(e) {
khistory.selection.reset();
});