Fix unclosed composeCustomExpiry brace that broke page JS (#48)
This commit is contained in:
@@ -135,6 +135,7 @@ function composeCustomExpiry() {
|
|||||||
if (rem === 0) return hours + 'h';
|
if (rem === 0) return hours + 'h';
|
||||||
if (hours === 0) return rem + 'm';
|
if (hours === 0) return rem + 'm';
|
||||||
return hours + 'h' + rem + 'm';
|
return hours + 'h' + rem + 'm';
|
||||||
|
}
|
||||||
|
|
||||||
$('pwreveal').addEventListener('click', () => {
|
$('pwreveal').addEventListener('click', () => {
|
||||||
const pw = $('password');
|
const pw = $('password');
|
||||||
|
|||||||
Reference in New Issue
Block a user