Browse Source

rename submit() to submittoDB()

Thomas Thümmler 7 months ago
parent
commit
d94cc141b5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/checklist.php

+ 2 - 2
public/checklist.php

@@ -265,7 +265,7 @@
       <hr>
       <br>
       <button type="submit" onclick="goBack()" id="Back">Go back</button>
-      <button type="submit" onclick="submit()" id="Submit">Confirm & submit</button>
+      <button type="submit" onclick="submittoDB()" id="Submit">Confirm & submit</button>
       <br><br><br><br>
 
       <script type="text/javascript">
@@ -281,7 +281,7 @@
               window.open(checkUrl, '_blank').focus();
           }
 
-          function submit() {
+          function submittoDB() {
 
               var VariableName = ["webtrium", "HV (K65)", "HV tank potential", "BIXS", "LARA", "FBM", "RW", "Run length", "Data size", "FPD energy", "Grid sync", "U MTD discrepancy", "Missing K35", "Rate 300", "Rate 90", "Tritium purity", "LARA consistency check" ];
               var sqlNAME      = ["webtrium", "HV_K65", "HV_tank_potential", "BIXS", "LARA", "FBM", "RW", "Run_length", "Data_size", "FPD_energy", "Grid_sync", "U_MTD_discrepancy", "Missing_K35", "Rate_300", "Rate_90", "Tritium_purity", "LARA_crosscheck"];