From 98c1a5facc473fc866e0f7bcf453a2df58c14329 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Fri, 11 Aug 2023 11:44:18 +0300 Subject: [PATCH] 0.0.82 fix function searchTown --- 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 61c53b3..9b0fe54 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -165,7 +165,7 @@ function confirmRemove(el) { function searchTown(el){ - if(el.textLength>=3){ + if(el.value.length>=3){ let timer = null if (timer) { clearTimeout(timer);