[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 08/13: remove commented code
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 08/13: remove commented code |
Date: |
Sat, 19 Jan 2019 16:53:00 -0500 (EST) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit ed44d713a157f2d6e6f09c476b5b4c9062d8e3f4
Author: Dany De Bontridder <address@hidden>
Date: 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)
{
- [Noalyss-commit] [noalyss] branch master updated (1971f32 -> ffb0255), Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 01/13: use of httpInput, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 13/13: Protect parameters, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 02/13: Translation, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 04/13: Translation, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 05/13: Translation, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 06/13: Translation, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 08/13: remove commented code,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 09/13: PHP 7.2 incomptability : sizeof of not array, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 10/13: PHP 7.2 mistyped command, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 12/13: Typo, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 11/13: Database upgrade, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 07/13: Misc. Operation : input : Missing tag TR, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 03/13: Translation, Dany De Bontridder, 2019/01/19