noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/03: Missing semi-colon in script


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/03: Missing semi-colon in script
Date: Tue, 01 Mar 2016 12:08:32 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 71b4bc1101e633074263d3346ea3aed2d0de40eb
Author: Dany De Bontridder <address@hidden>
Date:   Tue Mar 1 12:54:29 2016 +0100

    Missing semi-colon in script
---
 include/template/detail-action.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/template/detail-action.php 
b/include/template/detail-action.php
index 69d2cc0..d680d3b 100644
--- a/include/template/detail-action.php
+++ b/include/template/detail-action.php
@@ -496,7 +496,7 @@ Document créé le <?php echo $this->ag_timestamp ?> par 
<?php echo $this->ag_ow
       $('related_operation_div<?php echo $uniq?>').hide();
       $('dependant_action_div<?php echo $uniq?>').hide();
       $('related_action_div<?php echo $uniq?>').show();
-  }  
+  }  ;
   $('related_operation_tab<?php echo $uniq?>').onclick=function() {
       $('related_operation_tab<?php echo $uniq?>').className='tabs_selected';
       $('related_action_tab<?php echo $uniq?>').className='tabs';
@@ -504,7 +504,7 @@ Document créé le <?php echo $this->ag_timestamp ?> par 
<?php echo $this->ag_ow
       $('related_action_div<?php echo $uniq?>').hide();
       $('dependant_action_div<?php echo $uniq?>').hide();
       $('related_operation_div<?php echo $uniq?>').show();
-  }  
+  }  ;
     $('dependant_action_tab<?php echo $uniq?>').onclick=function() {
       $('dependant_action_tab<?php echo $uniq?>').className='tabs_selected';
       $('related_action_tab<?php echo $uniq?>').className='tabs';
@@ -512,5 +512,5 @@ Document créé le <?php echo $this->ag_timestamp ?> par 
<?php echo $this->ag_ow
       $('related_operation_div<?php echo $uniq?>').hide();
       $('related_action_div<?php echo $uniq?>').hide();
       $('dependant_action_div<?php echo $uniq?>').show();
-  }  
+  }  ;
 </script>
\ No newline at end of file



reply via email to

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