Fix in popup
This commit is contained in:
parent
3423a8f57c
commit
412317d186
1 changed files with 10 additions and 1 deletions
9
popup.js
9
popup.js
|
|
@ -106,6 +106,8 @@ $=jQuery;
|
|||
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
});
|
||||
|
||||
$('.click_popup').click(function (data) {
|
||||
|
|
@ -146,6 +148,13 @@ $=jQuery;
|
|||
|
||||
|
||||
}
|
||||
else {
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue