Compare commits

..

No commits in common. "develop" and "master" have entirely different histories.

View File

@ -23,20 +23,10 @@ $(document).ready(function(){
});
});
$(document).on('click', '#button', function(e) {
e.preventDefault();
e.stopPropagation();
$(this).toggleClass('active');
$(window).scrollTop(0);
$('#jot-popup').toggle();
$('#profile-jot-text').focus();
});
</script>";
$b .= '
<p id="button"><a href="rpost"><span></span></a></p>
<span id=bottombar>
$b .= '<p id="button"><a href="rpost"><span></span></a></p>
<span id=bottombar>
<a href="network" class="p">
<img src="./home.png" width=60%>
<br>ホーム</a>
@ -50,5 +40,5 @@ $(document).on('click', '#button', function(e) {
<img src="./mail.png" width=70%>
<br>D M</a>
</span>
';
';
}