From b09af4d2f633cda57bd18e2703532980d7ec6f6e Mon Sep 17 00:00:00 2001 From: absurdo Date: Thu, 1 Feb 2024 02:19:50 +0100 Subject: [PATCH] Fixes in popu --- popup.js | 2 ++ posting2.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/popup.js b/popup.js index a5d0527..4c14b7b 100644 --- a/popup.js +++ b/popup.js @@ -313,6 +313,8 @@ $=jQuery; $(popup).fadeIn({'done': after_show(popup)}); } + + return false; }); diff --git a/posting2.js b/posting2.js index 8e9b710..9a7e624 100644 --- a/posting2.js +++ b/posting2.js @@ -98,7 +98,7 @@ } //Ajax - + ajax_post={ type: "POST", url: options.url,