Author: jleroux
Date: Thu Feb 28 13:45:09 2013
New Revision: 1451194
URL:
http://svn.apache.org/r1451194Log:
"Applied fix from trunk for revision: 1451183"
------------------------------------------------------------------------
r1451183 | paulfoxworthy | 2013-02-28 13:49:42 +0100 (jeu., 28 févr. 2013) | 3 lines
In geoAutoCompleter.js, the jQuery UI function name should be autocomplete,
not autcomplete
------------------------------------------------------------------------
Modified:
ofbiz/branches/release12.04/ (props changed)
ofbiz/branches/release12.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js
Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1451183
Modified: ofbiz/branches/release12.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js?rev=1451194&r1=1451193&r2=1451194&view=diff==============================================================================
--- ofbiz/branches/release12.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js (original)
+++ ofbiz/branches/release12.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js Thu Feb 28 13:45:09 2013
@@ -31,7 +31,7 @@ function getCountryList() {
function callCountryAutocompleter(data) {
countryList = data.countryList;
- countryTargetField.autcomplete({source: countryList, select: setKeyAsParameterAndGetStateList});
+ countryTargetField.autocomplete({source: countryList, select: setKeyAsParameterAndGetStateList});
}
function setKeyAsParameterAndGetStateList(event, ui) {