This commit is contained in:
parent
effe05450f
commit
55f0b3a641
@ -67,11 +67,15 @@
|
||||
<p>利用規約</p>
|
||||
</a>
|
||||
</li>
|
||||
<iframe
|
||||
width="300"
|
||||
height="200"
|
||||
src="https://plus.haruk.in/block/harukin/noti">
|
||||
</iframe>
|
||||
<iframe id="frame" width="300" height="200" src="https://plus.haruk.in/block/harukin/noti"></iframe>
|
||||
<script>
|
||||
$(function(){
|
||||
$('#frame').on('load', function(){
|
||||
$('#frame').contents().find('#bottombar').css('display','none');
|
||||
$('#frame').contents().find('#button').css('display','none');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user