mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-06 16:01:47 +01:00
Use jquery-ui-rails gem instead of vendored jQuery UI
This commit is contained in:
parent
3220177dd3
commit
2ea20d1a1e
32 changed files with 24 additions and 160 deletions
|
|
@ -111,6 +111,7 @@ var TracksPages = {
|
|||
TodoItems.setup_autocomplete_for_predecessor();
|
||||
},
|
||||
setup_datepicker: function() {
|
||||
$.datepicker.setDefaults($.datepicker.regional[i18n_locale]);
|
||||
$('input.Date').datepicker({
|
||||
'dateFormat': dateFormat,
|
||||
'firstDay': weekStart,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue