You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by bu...@apache.org on 2014/07/02 13:25:50 UTC

svn commit: r914752 - in /websites/staging/thrift/trunk/content: ./ tutorial/js.html

Author: buildbot
Date: Wed Jul  2 11:25:50 2014
New Revision: 914752

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/tutorial/js.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul  2 11:25:50 2014
@@ -1 +1 @@
-1607033
+1607313

Modified: websites/staging/thrift/trunk/content/tutorial/js.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/js.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/js.html Wed Jul  2 11:25:50 2014
@@ -212,8 +212,8 @@ function calc() {
 </pre></div>
 
 
-<p>For more information refer to: http://api.jquery.com/jquery.ajax/
-Note: Synchronously calls are easy to debug and good for testing but should not be used on a front-end browser, as it will normally result on the a whole browser freeze until the response is back.</p>
+<p>For more information refer to: http://api.jquery.com/jquery.ajax/</p>
+<p>Note: Synchronously calls are easy to debug and good for testing but should not be used on a front-end browser in production, as it will normally result on a full-browser freeze until the response has returned from the server.</p>
 	</div>
 	<div class="container">
 	<hr>