0.0.90
This commit is contained in:
@@ -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){
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user