forked from ZwiiCMS-Team/ZwiiCMS
Virer une console
This commit is contained in:
parent
14e0499bc8
commit
5a0998e139
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
$( document).ready(function() {
|
$( document).ready(function() {
|
||||||
$("#configBackupForm").submit( function(e){
|
$("#configBackupForm").submit( function(e){
|
||||||
console.log('click');
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$("body").addClass("loading");
|
$("body").addClass("loading");
|
||||||
var url = "<?php echo helper::baseUrl() . $this->getUrl(0); ?>/backup";
|
var url = "<?php echo helper::baseUrl() . $this->getUrl(0); ?>/backup";
|
||||||
|
Loading…
Reference in New Issue
Block a user