Skip to content

Commit

Permalink
deselect all before setting preselected container
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Glatthard committed Aug 30, 2015
1 parent b0eb0f7 commit 981ca02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipynbsrv/web/templates/web/images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ <h1>Images {{ request.share }}</h1>

{% if request.share %}
$('#modal-create-image').modal('show');
$('#modal-create-image #ct_select').multiselect('deselectAll');
$('#modal-create-image #ct_select').multiselect('select', {{ request.ct }} );
{% endif %}

Expand Down

0 comments on commit 981ca02

Please sign in to comment.