forked from GNUsocial/gnu-social
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:
@@ -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});
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user