Ensure cancel button in login prompt doesn't also submit form

Fixes #2561
print-window-tiddler
Jermolene 2016-08-29 19:13:25 +01:00
rodzic 3ad8cf59bd
commit 06b7de415c
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -514,6 +514,9 @@ $tw.utils.PasswordPrompt.prototype.createPrompt = function(options) {
if(options.canCancel) {
children.push(dm("button",{
text: $tw.language.getString("Encryption/Cancel"),
attributes: {
type: "button"
},
eventListeners: [{
name: "click",
handlerFunction: function(event) {