fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12457] validate


From: Sigurd Nes
Subject: [Fmsystem-commits] [12457] validate
Date: Fri, 12 Dec 2014 09:28:09 +0000

Revision: 12457
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12457
Author:   sigurdne
Date:     2014-12-12 09:28:08 +0000 (Fri, 12 Dec 2014)
Log Message:
-----------
validate

Modified Paths:
--------------
    trunk/property/inc/custom/default/ticket_NLSH_validate.js

Modified: trunk/property/inc/custom/default/ticket_NLSH_validate.js
===================================================================
--- trunk/property/inc/custom/default/ticket_NLSH_validate.js   2014-12-12 
09:16:17 UTC (rev 12456)
+++ trunk/property/inc/custom/default/ticket_NLSH_validate.js   2014-12-12 
09:28:08 UTC (rev 12457)
@@ -12,6 +12,9 @@
 
 function show_feiltyper()
 {
+       document.getElementById('label_feiltyper').style.display = 'none';
+       document.getElementById('id_feiltyper').style.display = 'none';
+
        var category_id = $("#global_category_id").val();
 
        switch(category_id)
@@ -27,8 +30,6 @@
                        }
                        break;
                default:
-                       
document.getElementById('label_feiltyper').style.display = 'none';
-                       document.getElementById('id_feiltyper').style.display = 
'none';
        }
 }
 




reply via email to

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