jonthornton / Datepair.js

A javascript plugin for intelligently selecting date and time ranges, inspired by Google Calendar.
https://www.jonthornton.com/Datepair.js
359 stars 85 forks source link

Fixed a typo in the input name in Datepair.refresh() #32

Closed monkbroc closed 9 years ago

monkbroc commented 9 years ago

This is a tiny fix. In Datepair.refresh(), startDateInput was checked twice instead of checking both startDateInput and endDateInput

jonthornton commented 9 years ago

Thank you!