DmitrMakeev commited on
Commit
f679a84
·
verified ·
1 Parent(s): 1393a8a

Update pages.html

Browse files
Files changed (1) hide show
  1. pages.html +1 -5
pages.html CHANGED
@@ -430,6 +430,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
430
 
431
  <script>
432
  // Создаем блок формы
 
433
  editor.Blocks.add('custom-form', {
434
  label: 'Custom Form',
435
  content: `
@@ -466,11 +467,6 @@ editor.Blocks.add('custom-form', {
466
  </div>
467
  <button type="submit" class="btn-primary submit-button">ПЕРЕЙТИ К ОПЛАТЕ</button>
468
  </form>
469
- <div class="privacyModal modal">
470
- <div class="modal-content">
471
- <span class="close">&times;</span>
472
- </div>
473
- </div>
474
  </div>
475
  `,
476
  });
 
430
 
431
  <script>
432
  // Создаем блок формы
433
+ // Создаем блок формы
434
  editor.Blocks.add('custom-form', {
435
  label: 'Custom Form',
436
  content: `
 
467
  </div>
468
  <button type="submit" class="btn-primary submit-button">ПЕРЕЙТИ К ОПЛАТЕ</button>
469
  </form>
 
 
 
 
 
470
  </div>
471
  `,
472
  });