Skip to content

Commit

Permalink
hide datepicker on clicking save button (#9521)
Browse files Browse the repository at this point in the history
  • Loading branch information
roli25 authored Apr 18, 2021
1 parent 06a4a31 commit 44afb74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/javascripts/notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jQuery(document).ready(function($) {
{
addTag("date:"+eventDate.val());
$('#mytoast').addClass("show").fadeIn('fast').delay(2000).fadeOut('fast');
$("#event-datepicker").hide();
$("#date-toggle").hide();
}
});
});

0 comments on commit 44afb74

Please sign in to comment.