Commit 17e4404c9f9b09fe287f118df8f38db09c1e21ed

Authored by Андрей Ларионов
1 parent 1ec71e82de
Exists in master

Баг с табами

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

resources/views/admin/education/form.blade.php
... ... @@ -286,7 +286,7 @@
286 286 }
287 287 }*/
288 288  
289   - tabsInput.value = '';
  289 + //tabsInput.value = '';
290 290 addDisabledBtnStatus(tabsSubmitBtn);
291 291  
292 292 });
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