This commit is contained in:
parent
9f488dd411
commit
f5ddb7d133
@ -26,7 +26,7 @@ $(document).ready(function(){
|
|||||||
$(document).on('click', '#button', function(e) {
|
$(document).on('click', '#button', function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
if($('#jot-popup').length){
|
if($('#jot-popup').size()){
|
||||||
$(this).toggleClass('active');
|
$(this).toggleClass('active');
|
||||||
$(window).scrollTop(0);
|
$(window).scrollTop(0);
|
||||||
$('#jot-popup').toggle();
|
$('#jot-popup').toggle();
|
||||||
|
Reference in New Issue
Block a user