kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
b5629ccc82
commit
45c45e098f
|
@ -103,8 +103,11 @@ exports.startup = function() {
|
|||
serviceName: "Set a new password for this TiddlyWiki",
|
||||
noUserName: true,
|
||||
submitText: "Set password",
|
||||
canCancel: true,
|
||||
callback: function(data) {
|
||||
$tw.crypto.setPassword(data.password);
|
||||
if(data) {
|
||||
$tw.crypto.setPassword(data.password);
|
||||
}
|
||||
return true; // Get rid of the password prompt
|
||||
}
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue