1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2024-11-14 18:29:02 +01:00

Fixed another syntax issue breaking the building process

This commit is contained in:
Giulio Cesare Solaroli 2015-07-01 07:22:58 +02:00
parent 9de2c96f66
commit 2e65e86341

View File

@ -236,7 +236,7 @@ Clipperz.PM.DataModel.OneTimePassword.generateRandomBase32OTPValue = function()
result = result.replace(/(.{4} ){2}/g, '$&' + '- ');
return result;
},
};
//#############################################################################
@ -253,4 +253,4 @@ Clipperz.PM.DataModel.OneTimePassword.createNewOneTimePassword = function(aUsern
});
return result;
}
};