Datepicker replace (#1059)

* replaced jquery-ui-datepicker with bootstrap-datepicker

* removed obsolete static files
This commit is contained in:
ManosKoukoularis
2021-12-02 12:59:36 +02:00
committed by GitHub
parent 701a442d12
commit 6c1dfd2408
26 changed files with 20 additions and 17238 deletions

View File

@ -693,12 +693,12 @@
<script>
$(function() {
// $('#tabs').tabs({
// // add url anchor tags
// activate: function(event, ui) {
// window.location.hash = ui.newPanel.attr('id');
// }
// });
$('#tabs').tabs({
// add url anchor tags
activate: function(event, ui) {
window.location.hash = ui.newPanel.attr('id');
}
});
// re-set active tab (ui)
var activeTabIdx = $('#tabs').tabs('option','active');
$('#tabs li:eq('+activeTabIdx+')').tab('show')