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:
@@ -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));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user