]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
$.cookie('n', null) -> $.removeCookie as of 1.4.0
authorChimo <chimo@chromic.org>
Sat, 20 Jun 2015 23:35:43 +0000 (19:35 -0400)
committerChimo <chimo@chromic.org>
Sat, 20 Jun 2015 23:39:12 +0000 (19:39 -0400)
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);
             }
         },