Removed unnecessary assignment to SN.C.I.OStatusProfile. It can be

brought back in the future if the value is to be set directly from the
HTML script output.
This commit is contained in:
Sarven Capadisli 2010-02-22 22:23:37 +01:00
parent 7e8c3ea418
commit 3c00472999
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ SN.U.StatusNetInstance = {
SN.Init.OStatusCookie = function() {
if (SN.U.StatusNetInstance.Get() === null) {
SN.C.I.OStatusProfile = SN.C.I.OStatusProfile || null;
SN.U.StatusNetInstance.Set({profile: SN.C.I.OStatusProfile});
SN.U.StatusNetInstance.Set({profile: null});
}
};