fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16822]


From: nelson . guerra
Subject: [Fmsystem-commits] [16822]
Date: Thu, 1 Jun 2017 22:02:55 -0400 (EDT)

Revision: 16822
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16822
Author:   nelson224
Date:     2017-06-01 22:02:54 -0400 (Thu, 01 Jun 2017)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/js/portico/report.edit.js

Modified: branches/dev-syncromind-2/property/js/portico/report.edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/report.edit.js        
2017-06-02 02:02:41 UTC (rev 16821)
+++ branches/dev-syncromind-2/property/js/portico/report.edit.js        
2017-06-02 02:02:54 UTC (rev 16822)
@@ -85,22 +85,22 @@
                        }
                });
                
-               var invalid_groups = true;
+               //var invalid_groups = true;
                $('input[name="group"]').each(function() {
 
                        if ($(this).is(":checked"))
                        {
                                values['group'][$(this).val()] = $(this).val();
-                               invalid_groups = false;
+                               //invalid_groups = false;
                        }
                });
                                
-               if (invalid_groups)
+               /*if (invalid_groups)
                {
                        alert(lang['select_group']);
                        $('#responsiveTabsGroups').responsiveTabs('activate', 
1);
                        return;
-               }
+               }*/
                
                $('input[name="order"]').each(function() {
 




reply via email to

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