]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/util.js
$.cookie('n', null) -> $.removeCookie as of 1.4.0
[quix0rs-gnu-social.git] / js / util.js
index 9cde30ebf4c4bf84044ef0bbfa70145930ad31e5..cd982bbb179c279d50fe28945e23654a011b459d 100644 (file)
@@ -1297,7 +1297,7 @@ var SN = { // StatusNet
              * @fixme what is this?
              */
             Delete: function () {
-                $.cookie(SN.C.S.StatusNetInstance, null);
+                $.removeCookie(SN.C.S.StatusNetInstance);
             }
         },