1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/prive/formulaires/dateur/jquery.dateur.js.html
2015-04-28 17:10:23 +02:00

10 lines
323 B
HTML

#HTTP_HEADER{Content-Type: text/js;}
[(#REM)<script>]
if (!jQuery.fn.datepicker){
#INCLURE{prive/javascript/ui/jquery.ui.core.js}
#INCLURE{prive/javascript/ui/jquery.ui.widget.js}
#INCLURE{prive/javascript/ui/jquery.ui.datepicker.js}
}
if (!jQuery.fn.timePicker){
#INCLURE{prive/formulaires/dateur/jquery.time_picker.js}
}