Commit b1a7d3c76c9a0334ebf122d966eb7367a65760b7

Authored by Андрей Ларионов
1 parent c9a440a1d1

Баг в форме-табов образования

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

resources/views/admin/education/form.blade.php
... ... @@ -282,7 +282,7 @@
282 282 }
283 283 }*/
284 284  
285   - tabsInput.value = '';
  285 + //tabsInput.value = '';
286 286 addDisabledBtnStatus(tabsSubmitBtn);
287 287  
288 288 });
resources/views/layout/authorize.blade.php
... ... @@ -10,7 +10,7 @@
10 10 href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
11 11 rel="stylesheet"
12 12 />
13   - <link rel="stylesheet" href="{{ asset('assets/css/tailwind.output.css') }}" />
  13 + <link rel="stylesheet" href="{{ asset('assets/css/tailwind.output_new.css') }}" />
14 14 <!--<script
15 15 src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js"
16 16 defer