diff --git a/boot/boot.js b/boot/boot.js index 779237669..80a78d62e 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -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) {