Fixed an issue where we didn't provide the correct response when clearing the logs

This commit is contained in:
tidusjar 2016-06-29 09:02:03 +01:00
commit 3563f166c9
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@
});
});
$('#clearLogs').click(function() {
$('#clearLogs').click(function(e) {
e.preventDefault();
var $form = $("#clearForm");