Skip to content

Commit

Permalink
Fix double click on exhibit select
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodiegoss committed Jun 28, 2019
1 parent 3694deb commit 1050c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARte/core/jinja2/core/exhibit_select.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
</div>
<script>
$('#id_exhibit').click(function(){
$('#id_exhibit').on('change',function(e){
if($(this).prop('value') != ''){
$('input[type="submit"]').prop('disabled', false);
}else{
Expand Down

0 comments on commit 1050c21

Please sign in to comment.