forked from GNUsocial/gnu-social
LoginAction somewhat converted to FormAction
This commit is contained in:
@@ -1331,7 +1331,7 @@ var SN = { // StatusNet
|
||||
*/
|
||||
Get: function () {
|
||||
var cookieValue = $.cookie(SN.C.S.StatusNetInstance);
|
||||
if (cookieValue !== null) {
|
||||
if (cookieValue !== undefined) {
|
||||
return JSON.parse(cookieValue);
|
||||
}
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user