new changes
Dieser Commit ist enthalten in:
@@ -30,7 +30,7 @@
|
||||
<input type="text" class="form-control" id="searchBar" placeholder="Search here">
|
||||
</li>
|
||||
<li class="ml-auto">
|
||||
<button class="btn btn-outline-primary" id="detailBtn">Detail</button>
|
||||
<button class="btn btn-sm btn-outline-primary detailBtn" id="detailBtn">Detail</button>
|
||||
<span><i class="la la-question-circle"></i></span>
|
||||
</li>
|
||||
<li>
|
||||
@@ -92,6 +92,13 @@
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
<script>
|
||||
window.addEventListener('message', function (e) {
|
||||
debugger;
|
||||
$('#detailIframe').empty();
|
||||
$('.bdy-ul').removeClass('d-none');
|
||||
//do stuff
|
||||
});
|
||||
</script>
|
||||
|
||||
</html>
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren