From 2bf985cd790570f9c3a92543f2071d38feff5f14 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 6 Mar 2016 17:38:34 +0100 Subject: [PATCH] Code style adjustment --- src/scripts/password.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/password.js b/src/scripts/password.js index 6b28601..e3bf696 100644 --- a/src/scripts/password.js +++ b/src/scripts/password.js @@ -23,6 +23,7 @@ password.get = function(albumID, callback, passwd) { } else if (passwd==null) { // Request password + password.getDialog(albumID, callback) } else {