DmitrMakeev commited on
Commit
073cced
·
verified ·
1 Parent(s): a363dd9

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. nutri_call.html +2 -2
nutri_call.html CHANGED
@@ -326,7 +326,7 @@
326
 
327
  <script>
328
 
329
- <script>
330
  document.getElementById('calculate-btn').addEventListener('click', function() {
331
  // Получение значений с проверкой
332
  const getValue = (id) => {
@@ -441,7 +441,7 @@ document.getElementById('calculate-btn').addEventListener('click', function() {
441
  });
442
  });
443
  </script>
444
- </script>
445
 
446
 
447
  </body>
 
326
 
327
  <script>
328
 
329
+
330
  document.getElementById('calculate-btn').addEventListener('click', function() {
331
  // Получение значений с проверкой
332
  const getValue = (id) => {
 
441
  });
442
  });
443
  </script>
444
+
445
 
446
 
447
  </body>