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