Explorar el Código

Activation des dropdown via JS

refactoring
keun hace 6 años
padre
commit
0b4f71422f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      producer/web/js/lechatdesnoisettes.js

+ 1
- 0
producer/web/js/lechatdesnoisettes.js Ver fichero

@@ -46,6 +46,7 @@ $(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip() ;
chat_systeme_commande() ;
chat_profil_user() ;
$('.dropdown-toggle').dropdown() ;
}) ;

function chat_profil_user() {

Cargando…
Cancelar
Guardar