Fixes in popu

This commit is contained in:
absurdo 2024-02-01 02:19:50 +01:00
parent 4cd11417ef
commit b09af4d2f6
2 changed files with 3 additions and 1 deletions

View file

@ -313,6 +313,8 @@ $=jQuery;
$(popup).fadeIn({'done': after_show(popup)}); $(popup).fadeIn({'done': after_show(popup)});
} }
return false;
}); });

View file

@ -98,7 +98,7 @@
} }
//Ajax //Ajax
ajax_post={ ajax_post={
type: "POST", type: "POST",
url: options.url, url: options.url,