return false from form submit handlers

This commit is contained in:
Danny Coates
2018-02-01 12:49:18 -08:00
parent 2292267e39
commit fd6a3a5579
3 changed files with 3 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ module.exports = function(state, emit) {
document.getElementById('copy-btn').disabled = false;
emit('password', { password, file });
}
return false;
}
function toggleResetInput(event) {