Add 'refuser' and 'classer sans suite' buttons

This commit is contained in:
Guillaume Lazzara 2016-08-25 17:46:26 +02:00
parent 0120ce2a32
commit 09236f32aa
7 changed files with 104 additions and 11 deletions

View file

@ -42,6 +42,7 @@ function application_init(){
}
function tooltip_init() {
$('.action_button[data-toggle="tooltip"]').tooltip({delay: { "show": 100, "hide": 100 }});
$('[data-toggle="tooltip"]').tooltip({delay: { "show": 800, "hide": 100 }});
}