mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
10 lines
323 B
HTML
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}
|
|
}
|