[Pkg-mozext-commits] [wot] 165/226: Fixed #62 Commenting API calls deletes website's login state
David Prévot
taffit at moszumanska.debian.org
Fri May 1 00:35:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository wot.
commit db67fc944ae8d534b269f982d3815cbee757fe06
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date: Mon Sep 16 12:44:35 2013 +0300
Fixed #62 Commenting API calls deletes website's login state
---
content/api.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/content/api.js b/content/api.js
index 39ec714..75a3184 100644
--- a/content/api.js
+++ b/content/api.js
@@ -1279,8 +1279,6 @@ var wot_api_comments = {
var request = new XMLHttpRequest();
request.open(type, url);
- new wot_cookie_remover(request);
-
request.onload = function (event) {
if (!event || !event.target || event.target.status != 200 ||
!event.target.responseText) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git
More information about the Pkg-mozext-commits
mailing list