Finalisation de l'IHM du nouvel écran
This commit is contained in:
12
public/scripts.js
Normal file
12
public/scripts.js
Normal file
@@ -0,0 +1,12 @@
|
||||
window.datetimepicker1 = $('#datetimepicker1');
|
||||
|
||||
datetimepicker1.tempusDominus({
|
||||
//put your config here
|
||||
allowInputToggle: true,
|
||||
stepping: 15,
|
||||
localization: {
|
||||
startOfTheWeek: 1,
|
||||
locale: 'fr-FR',
|
||||
format: 'dd/MM/yyyy HH:mm'
|
||||
}
|
||||
});
|
||||
@@ -36,6 +36,3 @@ nav li a:hover {
|
||||
.boutons {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.bouton {
|
||||
}
|
||||
Reference in New Issue
Block a user