summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/member_expiration_date.js
Commit message (Collapse)AuthorAgeFilesLines
* Updates the member row when values changedPhil Hughes2016-09-131-2/+6
|
* Don’t add events in loopDouwe Maan2016-08-181-19/+17
|
* Use `gl` namespace and explicitly check that string is emptyDouwe Maan2016-08-181-2/+2
|
* Add MemberExpirationDate JS helperSean McGivern2016-08-181-0/+2
| | | | | | | This helper adds a datepicker to all `js-access-expiration-date` elements. If that element is a child of a `clearable-input` element and has a sibling `js-clear-input` element, then it will show a working clear button to the right of the input field.
* Add MemberExpirationDate JS helperSean McGivern2016-08-181-0/+32
This helper adds a datepicker to all `js-access-expiration-date` elements. If that element is a child of a `clearable-input` element and has a sibling `js-clear-input` element, then it will show a working clear button to the right of the input field.