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

Commit f2952d8

Browse files
author
taleksashina
committed
second close button for iframe (left upper corner)
1 parent eb42753 commit f2952d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h6>
2222
<div class="modal" id="fullModalDirect">
2323
<div class="modal-content">
2424
<div class="modal-header">
25+
<button type="button" class="close" style="float:left" data-dismiss="modal" aria-hidden="true">&times;</button>
2526
<button type="button" class="close" ng-click="close('#fullModalDirect')" aria-hidden="true">&times;</button>
2627
<h5 class="modal-title green bold" data-i18n="{{modaltitle}}"></h5>
2728
</div>

0 commit comments

Comments
 (0)