Skip to content
Snippets Groups Projects
Commit e37d86e5 authored by didierfred's avatar didierfred
Browse files

resolve sonar issues

parent 467d63c0
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,7 @@ ...@@ -18,9 +18,7 @@
<div class="container"> <div class="container">
<!-- MAIN SCREEN --> <!-- MAIN SCREEN -->
<div id="main_screen"> <div id="main_screen" style="text-align:center">
<center>
<table class="standard_table"> <table class="standard_table">
<tr> <tr>
<td style="text-align:left"><h2 class="title"> SIMPLE MODIFY HEADERS </h2> </td> <td style="text-align:left"><h2 class="title"> SIMPLE MODIFY HEADERS </h2> </td>
...@@ -89,8 +87,6 @@ ...@@ -89,8 +87,6 @@
</tr> </tr>
</table> </table>
</center>
</div> </div>
<!-- PARAMETERS SCREEN --> <!-- PARAMETERS SCREEN -->
......
...@@ -195,7 +195,7 @@ function create_configuration_data() { ...@@ -195,7 +195,7 @@ function create_configuration_data() {
let headers = []; let headers = [];
let debug_mode=false; let debug_mode=false;
let show_comments=false; let show_comments=false;
for (i=0;i<tr_elements.length;i++) { for (let i=0;i<tr_elements.length;i++) {
const url_contains = tr_elements[i].childNodes[0].childNodes[0].value; const url_contains = tr_elements[i].childNodes[0].childNodes[0].value;
const action = tr_elements[i].childNodes[1].childNodes[0].value; const action = tr_elements[i].childNodes[1].childNodes[0].value;
const header_name = tr_elements[i].childNodes[2].childNodes[0].value; const header_name = tr_elements[i].childNodes[2].childNodes[0].value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment