Author: jleroux
Date: Thu Jan 13 18:27:38 2011
New Revision: 1058703
URL:
http://svn.apache.org/viewvc?rev=1058703&view=revLog:
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) {