diff --git a/templates/index.tmpl b/templates/index.tmpl index 54e25f8..14f37c6 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -134,7 +134,7 @@ swal({ title: "Encryption", text: "Enter your passphrase:", - type: "input", + type: "input", inputType: "password", showCancelButton: true, closeOnConfirm: false, animation: "slide-from-top", @@ -149,7 +149,7 @@ swal({ title: "Encryption", text: "Enter your passphrase again:", - type: "input", + type: "input", inputType: "password", showCancelButton: true, closeOnConfirm: false, animation: "slide-from-top", @@ -198,7 +198,7 @@ swal({ title: "Locking", text: "Enter your passphrase:", - type: "input", + type: "input", inputType: "password", showCancelButton: true, closeOnConfirm: false, animation: "slide-from-top", @@ -213,7 +213,7 @@ swal({ title: "Locking", text: "Enter your passphrase again:", - type: "input", + type: "input", inputType: "password", showCancelButton: true, closeOnConfirm: false, animation: "slide-from-top", diff --git a/templates/view.tmpl b/templates/view.tmpl index cff34a0..0f8abe6 100644 --- a/templates/view.tmpl +++ b/templates/view.tmpl @@ -84,7 +84,7 @@ $( document ).ready(function() { swal({ title: "Decryption", text: "Enter your passphrase:", - type: "input", + type: "input", inputType: "password", showCancelButton: true, closeOnConfirm: false, animation: "slide-from-top", @@ -122,7 +122,7 @@ $( document ).ready(function() { swal({ title: "Decryption", text: "Enter your passphrase:", - type: "input", + type: "input", inputType: "password", showCancelButton: true, closeOnConfirm: false, animation: "slide-from-top", @@ -164,7 +164,7 @@ $( document ).ready(function() { swal({ title: "Unlock", text: "Enter your passphrase:", - type: "input", + type: "input", inputType: "password", showCancelButton: true, closeOnConfirm: false, animation: "slide-from-top",