fixed (OS X) so you can log in and out without restarting, added Add photo

This commit is contained in:
Jeena Paradies 2012-12-28 02:33:16 +01:00
parent be1d72cd6a
commit e5704ddda7
11 changed files with 133 additions and 50 deletions

View file

@ -117,6 +117,10 @@ define(function() {
}
}
HostApp.osType = function() {
return OS_TYPE == "mac" ? "OS X" : "Linux";
}
return HostApp;
});