Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 10ff030

Browse files
author
taleksashina
committed
the second close button for modal iframes fixed
1 parent a5245e5 commit 10ff030

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/webapp/js/workbench/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h6>
2323
<div class="modal" id="fullModalDirect">
2424
<div class="modal-content">
2525
<div class="modal-header">
26-
<button type="button" class="close" style="float:left" data-dismiss="modal" aria-hidden="true">&times;</button>
26+
<button type="button" class="close" style="float:left" ng-click="close('#fullModalDirect')" aria-hidden="true">&times;</button>
2727
<button type="button" class="close" ng-click="close('#fullModalDirect')" aria-hidden="true">&times;</button>
2828
<h5 class="modal-title green bold" data-i18n="{{modaltitle}}"></h5>
2929
</div>

src/main/webapp/js/workbench/manual-revision-and-authoring/ontology.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ <h5 class="modal-title green bold" data-i18n="_add-ontology_"></h5>
9494
<div class="modal" id="fullModal">
9595
<div class="modal-content">
9696
<div class="modal-header">
97+
<button type="button" class="close" style="float:left" ng-click="close('#fullModal')" aria-hidden="true">&times;</button>
9798
<button type="button" class="close" ng-click="close('#fullModal')" aria-hidden="true">&times;</button>
9899
<h5 class="modal-title green bold">MiniDix</h5>
99100
</div>

0 commit comments

Comments
 (0)