details:   https://code.openbravo.com/erp/devel/pi/rev/7a476dc0a21d
changeset: 14273:7a476dc0a21d
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Wed Nov 16 20:29:57 2011 +0100
summary:   Related to issue 13690: applied code-review suggestions - coding 
format change

diffstat:

 web/js/ajax.js |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 544c0ad3895f -r 7a476dc0a21d web/js/ajax.js
--- a/web/js/ajax.js    Wed Nov 16 20:28:25 2011 +0100
+++ b/web/js/ajax.js    Wed Nov 16 20:29:57 2011 +0100
@@ -142,7 +142,7 @@
   for (var i=0;i<length;i++) {
     if (formObject.elements[i].type) {
       var text = inputValueForms(formObject.elements[i].name, 
formObject.elements[i]);
-      if(text && text.indexOf('=') !== 0) {
+      if (text && text.indexOf('=') !== 0) {
         sendText += "&" + text;
       }
     }

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to