fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12817]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12817]
Date: Wed, 04 Mar 2015 23:57:12 +0000

Revision: 12817
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12817
Author:   nelson224
Date:     2015-03-04 23:57:11 +0000 (Wed, 04 Mar 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/js/portico/request.index.js

Modified: branches/dev-syncromind/property/js/portico/request.index.js
===================================================================
--- branches/dev-syncromind/property/js/portico/request.index.js        
2015-03-04 23:52:26 UTC (rev 12816)
+++ branches/dev-syncromind/property/js/portico/request.index.js        
2015-03-04 23:57:11 UTC (rev 12817)
@@ -32,7 +32,7 @@
                                        nCells[i].innerHTML = data.consume;
                                }
                                break;
-               } 
+               }
        }
 };
 
@@ -47,5 +47,5 @@
 
 var formatRadio = function(key, oData)
 {
-       return  '<input name="add_request[request_id][]" 
id="add_request[request_id][]"  class="myValuesForPHP close_order" 
type="hidden" value=""/> <input type="checkbox" 
name="add_request[request_id_tmp][]" id="add_request[request_id_tmp][]" 
value="' + oData['request_id'] + '" class="mychecks">';
-};
\ No newline at end of file
+       return  '<input type="checkbox" name="add_request[request_id_tmp][]" 
id="add_request[request_id_tmp][]" value="' + oData['request_id'] + '" 
class="mychecks">';
+};




reply via email to

[Prev in Thread] Current Thread [Next in Thread]