Skip to content

Commit

Permalink
Update discussion-forum.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jovitamaharani committed Nov 20, 2024
1 parent 12cf642 commit b134b3e
Showing 1 changed file with 1 addition and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,8 @@
-ms-border-radius: 3px;
border-radius: 10px;
}
.select2-container {
width: 100% !important;
}
.select2-dropdown {
z-index: 1055 !important;
position: absolute !important;
}
</style>

<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.15.2/css/selectize.default.min.css"
integrity="sha512-pTaEn+6gF1IeWv3W1+7X7eM60TFu/agjgoHmYhAfLEU8Phuf6JKiiE8YmsNC0aCgQv4192s4Vai8YZ6VNM6vyQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.15.2/css/selectize.bootstrap5.min.css" integrity="sha512-Ars0BmSwpsUJnWMw+KoUKGKunT7+T8NGK0ORRKj+HT8naZzLSIQoOSIIM3oyaJljgLxFi0xImI5oZkAWEFARSA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
@endsection

@section('content')
Expand Down Expand Up @@ -150,21 +132,4 @@
</div>
</div>

@endsection

@push('script')
<script
src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.15.2/js/selectize.min.js"
integrity="sha512-IOebNkvA/HZjMM7MxL0NYeLYEalloZ8ckak+NDtOViP7oiYzG5vn6WVXyrJDiJPhl4yRdmNAG49iuLmhkUdVsQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>

<script>
$(document).ready(function() {
$("#test").selectize({});
})
$(function () {
});
</script>
@endpush
@endsection

0 comments on commit b134b3e

Please sign in to comment.