JS fix
This commit is contained in:
parent
e9b6bafc64
commit
cf1440e1ab
|
@ -36,7 +36,7 @@ $Id$
|
||||||
"numeric": {
|
"numeric": {
|
||||||
"regex": /^[0-9]+$/,
|
"regex": /^[0-9]+$/,
|
||||||
"alertText": "<?php echo _('Please enter a number.') ?>"
|
"alertText": "<?php echo _('Please enter a number.') ?>"
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue