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 2011/01/10 12:37:22 UTC

svn commit: r1057155 - /ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

Author: jleroux
Date: Mon Jan 10 11:37:21 2011
New Revision: 1057155

URL: http://svn.apache.org/viewvc?rev=1057155&view=rev
Log:
Fix a small typo in comment

Modified:
    ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

Modified: ofbiz/trunk/framework/images/webapp/images/fieldlookup.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/fieldlookup.js?rev=1057155&r1=1057154&r2=1057155&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/fieldlookup.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/fieldlookup.js Mon Jan 10 11:37:21 2011
@@ -464,7 +464,7 @@ function modifySubmitButton (lookupDiv) 
 
         var navPagersSelect = jQuery("#" + lookupDiv + " .nav-pager select");
         jQuery.each(navPagersSelect, function(navPager) {
-            // that's quiet weird maybe someone have a better idea ... that's where the magic happens
+            // that's quite weird maybe someone have a better idea ... that's where the magic happens
             try {
                   var oc = jQuery(navPagersSelect[navPager]).attr("onchange");
                   if((typeof oc) == "function"){ // IE6/7 Fix