Skip to content

Commit

Permalink
Added datepicker functionality to the site
Browse files Browse the repository at this point in the history
  • Loading branch information
Charel Buchler committed Jun 22, 2014
1 parent d3c42f2 commit cef9b95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
//= require jquery_ujs
//= require jquery_ui_addresspicker
//= require addresspicker_form
//= require datetimepicker


updateLocationFormAllGoogleFields()

updateLocationFormAllGoogleFields()
$(document).ready(function() {
$('.datepicker').datetimepicker();
});

0 comments on commit cef9b95

Please sign in to comment.