Virer une console

This commit is contained in:
Fred Tempez 2020-08-08 17:15:19 +02:00
parent 14e0499bc8
commit 5a0998e139
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
$( document).ready(function() {
$("#configBackupForm").submit( function(e){
console.log('click');
e.preventDefault();
$("body").addClass("loading");
var url = "<?php echo helper::baseUrl() . $this->getUrl(0); ?>/backup";