This commit is contained in:
2023-08-11 18:05:53 +03:00
parent 724d5394d7
commit b7ff089cca
4 changed files with 56 additions and 15 deletions

View File

@@ -370,6 +370,13 @@ function sendRoute(el, routeID = null){
});
}
// function maxLength(el) {
// if (el.value.length > el.maxLength){
// el.value = el.value.slice(0, el.maxLength);
// }
//
// }
@@ -528,3 +535,5 @@ function getRoute(el){