Explorar el Código

bugfix, caused by material 0.99 and 0.97 coexit.

master
Patrick Peng Sun hace 8 años
padre
commit
4048256c3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      spa/index.js

+ 1
- 1
spa/index.js Ver fichero

@@ -9,6 +9,6 @@ $(document).ready(function() {
selectMonths: true, // Creates a dropdown to control month
selectYears: 15 // Creates a dropdown of 15 years to control year
});
$('.modal-trigger').leanModal();
//$('.modal-trigger').leanModal();
$('.carousel').carousel();
});

Cargando…
Cancelar
Guardar