失敗回帰

This commit is contained in:
Your Name 2018-10-31 14:39:03 +09:00
parent 97060781ac
commit 10056d0d7d
2 changed files with 0 additions and 10 deletions

View File

@ -23,16 +23,9 @@ $(document).ready(function(){
});
});
$(function () {
$('#rpost').load('rpost');
});
</script>";
$b .= '
<div class="superpost">
<div id="rpost"></div>
</div>
/*G+風ダウンエリア*/
<p id="button"><a href="rpost"><span></span></a></p>
<span id=bottombar>
<a href="network" class="p">

View File

@ -87,6 +87,3 @@ Back to top button
#thread-wrapper{
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
}
.superpost{
display: none;
}