From ed2c74a280182c81351815f9f1e0f93bd99bda5c Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 3 Dec 2023 12:59:05 +0300 Subject: [PATCH] 0.8.454 --- static/js/user_profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 582dab0..0632488 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -330,7 +330,7 @@ function searchTown(el){ } }); - }, 1500); + }, 500); } }