Compare commits
No commits in common. "develop" and "master" have entirely different histories.
@ -23,32 +23,22 @@ $(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>";
|
</script>";
|
||||||
|
|
||||||
$b .= '
|
$b .= '<p id="button"><a href="rpost"><span></span></a></p>
|
||||||
<p id="button"><a href="rpost"><span></span></a></p>
|
<span id=bottombar>
|
||||||
<span id=bottombar>
|
<a href="network" class="p">
|
||||||
<a href="network" class="p">
|
<img src="./home.png" width=60%>
|
||||||
<img src="./home.png" width=60%>
|
<br>ホーム</a>
|
||||||
<br>ホーム</a>
|
<a href="connections" class="p">
|
||||||
<a href="connections" class="p">
|
<img src="./people.png" width=50%>
|
||||||
<img src="./people.png" width=50%>
|
<br>フォロワー</a>
|
||||||
<br>フォロワー</a>
|
<a href="notifications" class="p">
|
||||||
<a href="notifications" class="p">
|
<img src="./noti.png" width=50%>
|
||||||
<img src="./noti.png" width=50%>
|
<br>お知らせ</a>
|
||||||
<br>お知らせ</a>
|
<a href="mail/combined" class="p">
|
||||||
<a href="mail/combined" class="p">
|
<img src="./mail.png" width=70%>
|
||||||
<img src="./mail.png" width=70%>
|
<br>D M</a>
|
||||||
<br>D M</a>
|
</span>
|
||||||
</span>
|
';
|
||||||
';
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user