Skip to content

Commit

Permalink
fix datelist JS
Browse files Browse the repository at this point in the history
  • Loading branch information
uncovery committed May 14, 2016
1 parent f6e2bf8 commit 2382044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/unc_gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function datepicker_ready(defaultdate) {
});
}

function datelist_change() {
function datelist_change(inst) {
var datelist_value = jQuery('#datepicker').val();
datepicker_select(datelist_value, inst);
}
Expand Down

0 comments on commit 2382044

Please sign in to comment.