05/29 Fixed reveal button wil submit the form
This commit is contained in:
@@ -4107,8 +4107,8 @@ const Vault = (() => {
|
|||||||
return `<div class="pw-history-row" data-hist-idx="${idx}">
|
return `<div class="pw-history-row" data-hist-idx="${idx}">
|
||||||
<span class="pw-history-masked">••••••••</span>
|
<span class="pw-history-masked">••••••••</span>
|
||||||
<span class="pw-history-date">${escHtml(date)}</span>
|
<span class="pw-history-date">${escHtml(date)}</span>
|
||||||
<button class="btn-text btn-sm pw-history-reveal" title="Reveal">👁</button>
|
<button type="button" class="btn-text btn-sm pw-history-reveal" title="Reveal">👁</button>
|
||||||
<button class="btn-text btn-sm pw-history-restore" title="Restore this password">↩ Restore</button>
|
<button type="button" class="btn-text btn-sm pw-history-restore" title="Restore this password">↩ Restore</button>
|
||||||
</div>`;
|
</div>`;
|
||||||
}).join("");
|
}).join("");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user