index.php now includes ../../_user to simulate a symbolic link (for easier updates)

Fix default parameters in gpass.js (not compatible with chrome and IE)
This commit is contained in:
Gregory Soutade
2014-01-02 09:56:17 +01:00
parent 0a71101798
commit 71b17a1ff0
2 changed files with 2 additions and 40 deletions

View File

@@ -111,7 +111,7 @@ var passwords;
var current_user = "";
var current_mkey = "";
function PasswordEntry (ciphered_login="", ciphered_password="") {
function PasswordEntry (ciphered_login, ciphered_password) {
this.ciphered_login = ciphered_login;
this.ciphered_password = ciphered_password;
this.unciphered = false;