This website works better with JavaScript.
Home
Explore
Help
Sign In
raynald
/
kalachakra
Watch
1
Star
0
Fork
0
Code
Issues
72
Pull Requests
0
Projects
2
Releases
0
Wiki
Activity
Browse Source
#122
master
root
1 year ago
parent
752123948d
commit
681e9eec4f
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
static/js/kalachakra.js
+ 3
- 1
static/js/kalachakra.js
View File
@ -33,7 +33,9 @@ odoo.define('kalachakra.main', function (require) {
}
)
;
function
check_phone_mobile
(
phone
)
{
var
phoneno
=
/^\d{10}$/
;
// var phoneno = /^\d{10}$/;
var
phoneno
=
/^\d+$/
;
if
(
(
phone
.
match
(
phoneno
)
)
)
{
return
true
;
Write
Preview
Loading…
Cancel
Save