Skip to content

Commit

Permalink
close #885 update timepicker and specify new location of datepair
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrederickson committed Feb 18, 2014
1 parent 00e5e4c commit 0fc9037
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end


gem 'jquery-rails' gem 'jquery-rails'
gem 'turbolinks' gem 'turbolinks'
gem 'jquery-timepicker-rails', '1.2.5.0' gem 'jquery-timepicker-rails', '~> 1.3'
gem 'bootstrap-datepicker-rails' gem 'bootstrap-datepicker-rails'
gem 'twitter-bootstrap-rails-confirm' gem 'twitter-bootstrap-rails-confirm'


Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GEM
jquery-rails (3.1.0) jquery-rails (3.1.0)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
jquery-timepicker-rails (1.2.5.0) jquery-timepicker-rails (1.3.3)
railties (>= 3.1.0) railties (>= 3.1.0)
json (1.7.7) json (1.7.7)
jwt (0.1.11) jwt (0.1.11)
Expand Down Expand Up @@ -242,7 +242,7 @@ DEPENDENCIES
foreman foreman
girl_friday girl_friday
jquery-rails jquery-rails
jquery-timepicker-rails (= 1.2.5.0) jquery-timepicker-rails (~> 1.3)
json (= 1.7.7) json (= 1.7.7)
kaminari (= 0.14.1) kaminari (= 0.14.1)
mysql2 mysql2
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
//= require bootstrap-datepicker/core //= require bootstrap-datepicker/core
// NOTE: right now only the English (default) is provided for the bootstrap-datepicker; if all internationalizations should be included, just remove the '/core' part of the line above and make it just 'require bootstrap-datepicker' // NOTE: right now only the English (default) is provided for the bootstrap-datepicker; if all internationalizations should be included, just remove the '/core' part of the line above and make it just 'require bootstrap-datepicker'
//= require jquery.timepicker.js //= require jquery.timepicker.js
//= require datepair.js //= require jquery.datepair.js
//= require jquery.iframe-transport //= require jquery.iframe-transport
//= require_tree . //= require_tree .

0 comments on commit 0fc9037

Please sign in to comment.