noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 144/162: remove commented code


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 144/162: remove commented code
Date: Sat, 11 Jul 2020 13:24:06 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit cf6a135a0852da14b2b42aefb23fb60a625d3704
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Jan 6 15:10:08 2019 +0100

    remove commented code
---
 html/js/anc_script.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/html/js/anc_script.js b/html/js/anc_script.js
index 50d2557..97e524d 100644
--- a/html/js/anc_script.js
+++ b/html/js/anc_script.js
@@ -108,8 +108,6 @@ function anc_refresh_remain(p_table, p_seq)
         var tot_table = compute_total_table(p_table, p_seq);
         var remain = tot_line - tot_table;
         remain = Math.round(remain * 100) / 100;
-  //      var popup_table = p_table.toString();
-//        p_table = popup_table.replace("popup", "");
         $('remain' + p_table).innerHTML = remain;
         if (remain == 0)
         {



reply via email to

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