diff --git a/popup.js b/popup.js index 1012757..cec84e0 100644 --- a/popup.js +++ b/popup.js @@ -106,6 +106,8 @@ $=jQuery; } + return false; + }); $('.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===false) {