mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-07 16:54:41 -04:00
Some fixes for mobile
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
(function(){
|
||||
$("#time").flatpickr({enableTime:true, minDate: "today",time_24hr:true, formatDate: function(date, format) {
|
||||
$("#time_input").flatpickr({enableTime:true, minDate: "today",time_24hr:true, formatDate: function(date, format) {
|
||||
return date.toISOString();
|
||||
}});
|
||||
$("#end_time").flatpickr({enableTime:true, minDate: "today",time_24hr:true, formatDate: function(date, format) {
|
||||
@@ -38,4 +38,4 @@
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user