diff --git a/bindata.go.REMOVED.git-id b/bindata.go.REMOVED.git-id index 21d3f15..3e4a01b 100644 --- a/bindata.go.REMOVED.git-id +++ b/bindata.go.REMOVED.git-id @@ -1 +1 @@ -083d9060ba97213d049e1f19f11ff57620b5956e \ No newline at end of file +f74b6571b2ecfc146281dfaa007b62508b33b2f7 \ No newline at end of file diff --git a/templates/index.tmpl b/templates/index.tmpl index 1568bc2..2977a9f 100755 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -277,6 +277,11 @@ e.preventDefault(); var passphrase = prompt("Please enter a passphrase to lock", ""); if (passphrase != null) { + if ($('#lockPage').text() == "Lock") { + $("#saveEditButton").text("Locking"); + } else { + $("#saveEditButton").text("Unlocking"); + } lockPage(passphrase); // POST encrypt page // reload page @@ -358,9 +363,9 @@