svn commit: r1058703 - /ofbiz/trunk/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1058703 - /ofbiz/trunk/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js

jleroux@apache.org
Author: jleroux
Date: Thu Jan 13 18:27:38 2011
New Revision: 1058703

URL: http://svn.apache.org/viewvc?rev=1058703&view=rev
Log:
Rather use default than "async: true" (which is the default)

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js?rev=1058703&r1=1058702&r2=1058703&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js Thu Jan 13 18:27:38 2011
@@ -86,7 +86,6 @@ function getAssociatedStateList(countryI
     }
     jQuery.ajax({
         url: requestToSend,
-        async: true,
         type: "POST",
         data: {countryGeoId: countryGeoId},
         success: function(data) {