From 412317d186d4fda7c9ea73ce7c4adf87fc16c537 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Tue, 30 Mar 2021 01:05:25 +0200 Subject: [PATCH] Fix in popup --- popup.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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) {