Correction réinitialisation de l'historique

This commit is contained in:
Aurélien Delobelle 2016-08-19 01:51:03 +02:00
parent 430cddae9a
commit 127c98b2bf

View file

@ -907,7 +907,7 @@ $(document).ready(function() {
}
function resetHistory() {
history_container.find('.opegroup').remove();
history_container.children().remove();
}
// -----