jquery-ui: replace datetime-picker by flatpickr

This commit is contained in:
Milan
2021-03-13 17:09:48 +01:00
parent 978673bf3f
commit cd8c69f602
17 changed files with 65 additions and 243 deletions

View File

@@ -71,8 +71,6 @@ if ( $action eq 'show_dates' ) {
print "Content-Type:text/html\n\n";
} else {
print q{
<script src="js/jquery-ui-timepicker.js" type="text/javascript"></script>
<link href="css/jquery-ui-timepicker.css" type="text/css" rel="stylesheet" />
<link href="css/theme.default.css" rel="stylesheet">
<script src="js/jquery.tablesorter.min.js"></script>