Remove log traces
This commit is contained in:
parent
cc10f01c10
commit
5df6061449
|
@ -202,7 +202,6 @@ echo '</form>';
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$('#auth').on('change', function(){
|
$('#auth').on('change', function(){
|
||||||
console.log('poco a poco');
|
|
||||||
type_auth = $('#auth').val();
|
type_auth = $('#auth').val();
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
|
|
Loading…
Reference in New Issue