Skip to content

Commit

Permalink
Only add documment.ready to the jquey part
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Dec 3, 2024
1 parent 648d983 commit be8074e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-app/assets/javascripts/contribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ function changeProtocol() {
}

instrument();

$(document).ready(function() {
//$('[name="start_date"]').datepicker({dateFormat: 'yy-mm-dd'});
/* this expands lists of urls into an array of text inputs */
// create a delete element that removes the element before it and itself
Expand Down

0 comments on commit be8074e

Please sign in to comment.