Commit bb55917f by Douglas Hall

WL-450 Fix for issue with canceling changes to image upload fields

parent 16e9f9c6
......@@ -75,6 +75,9 @@ var DetailsView = ValidatingView.extend({
},
render: function() {
// Clear any image preview timeouts set in this.updateImagePreview
clearTimeout(this.imageTimer);
DateUtils.setupDatePicker('start_date', this);
DateUtils.setupDatePicker('end_date', this);
DateUtils.setupDatePicker('enrollment_start', this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment