1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-12-19 21:07:03 +01:00

Fixes to release developer preview of the /delta version

/delta needs an updated backend to support its payment options.
/beta and /gamma have been updated to be compatible with the new backend.
This commit is contained in:
Giulio Cesare Solaroli
2014-10-09 13:55:45 +02:00
parent 093d5e7965
commit b3967dae52
30 changed files with 784 additions and 190 deletions

View File

@@ -61,6 +61,10 @@ MochiKit.Base.update(Clipperz.Base, {
return (MochiKit.Base.urlRegExp.test(aValue));
},
// 'isBitcoin': function (aValue) {
// return (MochiKit.Base.bitcoinRegExp.test(aValue));
// },
'isEmail': function (aValue) {
return (MochiKit.Base.emailRegExp.test(aValue));
},