This commit is contained in:
Your Name 2018-10-31 15:21:32 +09:00
parent f5ddb7d133
commit 6b9e12c240

View File

@ -26,7 +26,7 @@ $(document).ready(function(){
$(document).on('click', '#button', function(e) {
e.preventDefault();
e.stopPropagation();
if($('#jot-popup').size()){
if($('#profile-jot-form').size()){
$(this).toggleClass('active');
$(window).scrollTop(0);
$('#jot-popup').toggle();