mirror of
https://github.com/myvesta/vesta
synced 2025-07-31 03:51:14 -07:00
export from svn
This commit is contained in:
commit
641ed97fdd
340 changed files with 32404 additions and 0 deletions
13
web/js/old/validators.js
Normal file
13
web/js/old/validators.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
App.Validate.ipForm = function(values){
|
||||
if(values.IP_ADDRESS == '') {
|
||||
return alert('Not correct ip');
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
App.Validate.dnsForm = function(values){
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue