mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 19:47:20 +00:00
parent
dd8c8567fd
commit
6b6dbb97a8
@ -384,7 +384,7 @@ $tw.utils.PasswordPrompt.prototype.createPrompt = function(options) {
|
|||||||
// Clear the password if the callback returned false
|
// Clear the password if the callback returned false
|
||||||
$tw.utils.each(form.elements,function(element) {
|
$tw.utils.each(form.elements,function(element) {
|
||||||
if(element.name === "password") {
|
if(element.name === "password") {
|
||||||
form.elements[t].value = "";
|
element.value = "";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user