This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 27efcaa4 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Fixing modal close

parent 7dfc263d
Branches
Tags
1 merge request!55June Release
......@@ -78,7 +78,7 @@
</div> <!-- modal bookmark end-->
<button *ngIf="exercise.type == exerciseType.COLLECTION" type="button" class="btn btn-outline-secondary"
(click)="searchChildren(exercise.originalResult.exerciseId)"
(click)="searchChildren(exercise.originalResult.exerciseId)" data-dismiss="modal"
style="display: block; margin-bottom: 5px;"
jhiTranslate="exercise.details.allExercises"
>
......
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