From 78abdb2fef652abf5d9d030b10daa87e9e06148c Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 3 Dec 2023 14:46:34 +0300 Subject: [PATCH] 0.8.459 --- static/js/find_route.js | 2 +- templates/forms/f_find_route_form_main_find_routes.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/find_route.js b/static/js/find_route.js index a0a2c91..fe1fb58 100644 --- a/static/js/find_route.js +++ b/static/js/find_route.js @@ -87,6 +87,6 @@ function focusOnInput (el) { function checkLetterOrNumber (el){ let txt = el.value if (isNaN(txt)){ - + el.value = txt.slice(0, -1); } } \ No newline at end of file diff --git a/templates/forms/f_find_route_form_main_find_routes.html b/templates/forms/f_find_route_form_main_find_routes.html index fda0461..71efd7a 100644 --- a/templates/forms/f_find_route_form_main_find_routes.html +++ b/templates/forms/f_find_route_form_main_find_routes.html @@ -78,13 +78,13 @@
{# #} - +
{# #} - +