kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Update the password macro so that it can be used on the server
rodzic
03623587e1
commit
35ddf7a81c
|
@ -20,8 +20,7 @@ exports.info = {
|
|||
};
|
||||
|
||||
exports.executeMacro = function() {
|
||||
var password = $tw.utils.getPassword(this.params.name);
|
||||
password = password || "";
|
||||
var password = $tw.browser ? $tw.utils.getPassword(this.params.name) : "";
|
||||
var attributes = {
|
||||
type: "password",
|
||||
value: password
|
||||
|
|
Ładowanie…
Reference in New Issue