forked from GNUsocial/gnu-social
$.cookie('n', null) -> $.removeCookie as of 1.4.0
This commit is contained in:
parent
9e1d4bfbf0
commit
a25d952ef9
@ -1297,7 +1297,7 @@ var SN = { // StatusNet
|
|||||||
* @fixme what is this?
|
* @fixme what is this?
|
||||||
*/
|
*/
|
||||||
Delete: function () {
|
Delete: function () {
|
||||||
$.cookie(SN.C.S.StatusNetInstance, null);
|
$.removeCookie(SN.C.S.StatusNetInstance);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user