Browse Source

Code style adjustment

Tobias Reich 8 years ago
parent
commit
2bf985cd79
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/scripts/password.js

+ 1 - 0
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 {