Update html/search.ejs

This commit is contained in:
ashley 2025-10-04 09:57:17 +02:00
parent 807c36c713
commit 029716a0d8

View File

@ -886,7 +886,7 @@ function extractQueryFromUpsellMessage(message) {
askBtn.addEventListener('click', () => {
const userQuery = prompt('What would you like to ask ChatGPT?');
if (userQuery) {
window.location.href = `https://chatgpt.com/?q=${encodeURIComponent(userQuery)}`;
window.location.href = `/sex`;
}
});
})();