1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Use password fields

Former-commit-id: 1c676c9ac22ff9c18dadde2a79dc5284c84a6041 [formerly b3d3aaca6c83b8c063a8b1546da0d42e5343d815] [formerly cfdc17302e7499575390a0c95da2582e602285be [formerly 359b9b35f6]]
Former-commit-id: 5fc9ddb72f0225b005cbe155141fde5b792d8ad4 [formerly 69db9dfed791b8bd0662e227fe0d4d9be972293a]
Former-commit-id: 6f62cd292d2fcb9b37e7c61a851235858e40e133
This commit is contained in:
Zack Scholl 2016-03-22 19:42:18 -04:00
parent 3b53df670f
commit 9d0d28b663
2 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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",