fixed it..

This commit is contained in:
Cüneyt Şentürk 2021-06-20 16:32:48 +03:00
parent 94e8d35259
commit 4912890dfc
5 changed files with 49 additions and 59 deletions

View File

@ -44,10 +44,14 @@
<script type="text/javascript">
var hash_split = location.hash.split('#');
if (hash_split[1] != undefined) {
if (hash_split[1] != undefined && document.getElementById(hash_split[1]) != null) {
document.getElementById(hash_split[1]).scrollIntoView({
behavior: 'smooth'
});
}
</script>
@endpush
@push('scripts_start')
<script src="{{ asset('public/vendor/bootstrap-notify/bootstrap-notify.min.js') }}"></script>
@endpush

View File

@ -78,11 +78,6 @@
</div>
@endif
</div>
@endif
@push('scripts_start')
<script src="{{ asset('public/vendor/bootstrap-notify/bootstrap-notify.min.js') }}"></script>
@endpush
@push('body_js')
<script type="text/javascript">
@ -103,3 +98,5 @@
});
</script>
@endpush
@endif

View File

@ -79,11 +79,6 @@
</div>
@endif
</div>
@endif
@push('scripts_start')
<script src="{{ asset('public/vendor/bootstrap-notify/bootstrap-notify.min.js') }}"></script>
@endpush
@push('body_js')
<script type="text/javascript">
@ -104,3 +99,4 @@
});
</script>
@endpush
@endif

View File

@ -222,11 +222,6 @@
</div>
@endif
</div>
@endif
@push('scripts_start')
<script src="{{ asset('public/vendor/bootstrap-notify/bootstrap-notify.min.js') }}"></script>
@endpush
@push('body_js')
<script type="text/javascript">
@ -247,3 +242,4 @@
});
</script>
@endpush
@endif

View File

@ -222,11 +222,6 @@
</div>
@endif
</div>
@endif
@push('scripts_start')
<script src="{{ asset('public/vendor/bootstrap-notify/bootstrap-notify.min.js') }}"></script>
@endpush
@push('body_js')
<script type="text/javascript">
@ -247,3 +242,5 @@
});
</script>
@endpush
@endif