Fix JS syntax for IE7

This commit is contained in:
Francis Lachapelle 2012-11-27 10:33:06 -05:00
parent 3e8f7cb29e
commit d75b04c59f

View file

@ -8,7 +8,7 @@ var usersRightsWindowWidth = 450;
var Contact = {
currentAddressBook: "/personal",
currentContactId: null,
currentContactId: null
};
function openContactsFolder(contactsFolder, reload, idx) {