Author: henrique
Date: Wed Jul 2 11:25:45 2014
New Revision: 1607313
URL: http://svn.apache.org/r1607313
Log:
jquery sync note
Modified:
thrift/cms-site/trunk/content/tutorial/js.md
Modified: thrift/cms-site/trunk/content/tutorial/js.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/js.md?rev=1607313&r1=1607312&r2=1607313&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/js.md (original)
+++ thrift/cms-site/trunk/content/tutorial/js.md Wed Jul 2 11:25:45 2014
@@ -126,4 +126,5 @@ This method call will return immediately
.always( function() { /* do something more */ } );
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.
+
+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.