Skip to content

Commit

Permalink
* Updated Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikolopoulos committed Jun 2, 2016
1 parent e57110e commit c0631a6
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 92 deletions.
4 changes: 2 additions & 2 deletions js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ jQuery(document).ready(function($) {
// Geocomplete address fields
$("#pickup").geocomplete({
details: ".details",
detailsAttribute: "data-orig"
detailsAttribute: "data-orig",
});
$("#dropoff").geocomplete({
details: ".details",
detailsAttribute: "data-dest"
detailsAttribute: "data-dest",
});

// Init for date-time fields
Expand Down
Binary file modified language/en_US.mo
Binary file not shown.
Loading

0 comments on commit c0631a6

Please sign in to comment.