This commit is contained in:
Your Name 2018-10-31 15:01:08 +09:00
parent 10056d0d7d
commit 1c4c7bdea8

View File

@ -23,6 +23,17 @@ $(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 .= '