Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

80161 filter date picker #481

Merged
merged 8 commits into from
Jun 24, 2019
Merged

80161 filter date picker #481

merged 8 commits into from
Jun 24, 2019

Conversation

jasonfine
Copy link
Member

add date range filtering to activity log

@jasonfine jasonfine requested a review from jamesmk June 19, 2019 16:01
@jasonfine jasonfine closed this Jun 19, 2019
@jasonfine jasonfine reopened this Jun 19, 2019
@jasonfine
Copy link
Member Author

@jamesmk 🌶

.on('change', '.datepicker input', function() {
var key = $(this).attr('id').split('filter_')[1];
var value = $(this).val();
console.log(value);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasonfine can you remove this console log and I think we're good to go!

@jamesmk jamesmk merged commit 16cc817 into master Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants