added blank lines to improve readability

This commit is contained in:
MonaHartdegen 2020-01-13 17:05:32 +01:00
parent d225ddf04a
commit 4381d54029
1 changed files with 3 additions and 0 deletions

View File

@ -83,10 +83,13 @@
@push('scripts')
@include('admin::export.export', ['gridName' => $products])
<script>
function reloadPage(getVar, getVal) {
let url = new URL(window.location.href);
url.searchParams.set(getVar, getVal);
window.location.href = url.href;
}
</script>
@endpush