Skip to content

Commit

Permalink
#464 select label
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jul 2, 2018
1 parent 02ac16b commit 7c8057a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/webapp/resources/js/event/reservation-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,13 @@
});
});

$("select").map(function() {
var value = $(this).attr('value');
if(value && value.length > 0) {
$(this).val(value);
}
});

});

window.recaptchaLoadCallback = function() {
Expand Down

0 comments on commit 7c8057a

Please sign in to comment.