fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15905]


From: nelson . guerra
Subject: [Fmsystem-commits] [15905]
Date: Fri, 28 Oct 2016 01:59:59 +0000 (UTC)

Revision: 15905
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15905
Author:   nelson224
Date:     2016-10-28 01:59:58 +0000 (Fri, 28 Oct 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/js/portico/import_components.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/import_components.js  
2016-10-27 09:32:28 UTC (rev 15904)
+++ branches/dev-syncromind-2/property/js/portico/import_components.js  
2016-10-28 01:59:58 UTC (rev 15905)
@@ -111,10 +111,13 @@
                        return false;
                }       
        
-               if ($('#attribute_name_component_id').val() === '')
+               if ($('#excel_files').val() !== '')
                {
-                       alert('Choose attribute name for Component ID');
-                       return false;
+                       if ($('#attribute_name_component_id').val() === '')
+                       {
+                               alert('Choose attribute name for Component ID');
+                               return false;
+                       }
                }
                
                if (isSendingData())




reply via email to

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