You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/02/28 15:29:38 UTC

svn commit: r1451213 - in /ofbiz/branches/release11.04: ./ applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js

Author: jleroux
Date: Thu Feb 28 14:29:38 2013
New Revision: 1451213

URL: http://svn.apache.org/r1451213
Log:
"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/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1451183

Modified: ofbiz/branches/release11.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js?rev=1451213&r1=1451212&r2=1451213&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js (original)
+++ ofbiz/branches/release11.04/applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js Thu Feb 28 14:29:38 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) {