Skip to content
Snippets Groups Projects
Commit c908030b authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

WIP bootstrap 3 => 4

parent 9aa50360
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ $selectedFaq = null;
<script type="text/javascript">
$(function () {
$(".supprimer-faq").click(function() {
$(".supprimer-faq").on("click", function() {
return confirm("Êtes-vous sûr-e de vouloir supprimer cette question-réponse ?");
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment