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:
parent
7e8c3ea418
commit
3c00472999
@ -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});
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user