Skip to content
Snippets Groups Projects
Commit 18fbd1ad authored by Théo BOYER's avatar Théo BOYER
Browse files

console.log

parent c2b765fc
No related branches found
No related tags found
1 merge request!306[Ergonomie] Fix Bilan + Calcul dynamique de l'impact potentiel + PDF AIPD + Odre d'éléments traitements + Données Hors UE
Pipeline #90511 passed
......@@ -185,7 +185,6 @@
<script>
function cbColRenderFunction (data, type, full, meta){
console.log(data, type, full, meta)
return data
}
......
......@@ -42,7 +42,6 @@
$("#collectivity_reviewData_logo").after('<div style="margin-top:1em"><img height="80" src="{{ object.reviewData.logo }}" /><button id="setDeleteLogo" class="btn btn-link"><i aria-hidden="true" class="fa fa-trash"></i> Supprimer le logo</button></div>')
$("body").on('click', '#setDeleteLogo', function(ev) {
ev.preventDefault()
console.log('click', ev)
$(ev.target).parent().remove()
$('#collectivity_reviewData_deleteLogo').val(1);
})
......
......@@ -255,7 +255,7 @@
$('body').append(form);
form.submit();
}).fail(function(err) {
console.log(err)
// console.log(err)
})
})
}
......
......@@ -197,7 +197,6 @@
$("#collectivity_reviewData_logo").after('<div style="margin-top:1em"><img height="80" src="{{ object.reviewData.logo }}" /><button id="setDeleteLogo" class="btn btn-link"><i aria-hidden="true" class="fa fa-trash"></i> Supprimer le logo</button></div>')
$("body").on('click', '#setDeleteLogo', function(ev) {
ev.preventDefault()
console.log('click', ev)
$(ev.target).parent().remove()
$('#collectivity_reviewData_deleteLogo').val(1);
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment