diff options
| author | Luc Donnet | 2014-10-29 12:36:13 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2014-10-29 12:36:13 +0100 | 
| commit | dd9a409b3a80cbe56daabfc79d36e23afe0eff1b (patch) | |
| tree | ad3503a57d59b9ee2e77938cc1973a30d2041742 /Gemfile | |
| parent | 98445231394822dc0576b9b10a6d39c00bae71fb (diff) | |
| download | chouette-core-dd9a409b3a80cbe56daabfc79d36e23afe0eff1b.tar.bz2 | |
Fix timepicker use when no HTML5 possible Refs #0029395
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -57,9 +57,9 @@ gem 'simple_form'  gem 'rails-assets-tagmanager', '~> 3.0.1.0'  gem 'rails-assets-typeahead.js', '~> 0.10.5'  gem "breadcrumbs_on_rails" -gem 'bootstrap-timepicker-rails'  gem 'rails-assets-typeahead.js-bootstrap3.less'  gem 'rails-assets-respond' +gem 'rails-assets-eonasdan-bootstrap-datetimepicker', '~> 3.1.3'  # Format Output  gem 'json'  | 
