You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/09/03 07:45:52 UTC

[04/12] incubator-ponymail git commit: un-stuck the http requests

un-stuck the http requests


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/43cb6cf2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/43cb6cf2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/43cb6cf2

Branch: refs/heads/coffee-and-cake
Commit: 43cb6cf2d84ca58fbb088a940cf3cb1245686086
Parents: 2ebe23d
Author: Daniel Gruno <hu...@apache.org>
Authored: Sat Sep 3 08:02:40 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Sat Sep 3 08:02:40 2016 +0200

----------------------------------------------------------------------
 site/js/coffee/http_utils.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/43cb6cf2/site/js/coffee/http_utils.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/http_utils.coffee b/site/js/coffee/http_utils.coffee
index f34b773..ea35036 100644
--- a/site/js/coffee/http_utils.coffee
+++ b/site/js/coffee/http_utils.coffee
@@ -152,7 +152,7 @@ class HTTPRequest
         @request.open(@method, @url, true)
         
         ### Send data ###
-        #@request.send(@rdata)
+        @request.send(@rdata)
         
         
         ### Set onChange behavior ###