Skip to content

Commit

Permalink
Simplify Inertia progress (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink authored Feb 18, 2021
1 parent 79af4fe commit b96c060
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions stubs/inertia/resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,4 @@ createApp({
.use(InertiaPlugin)
.mount(el);

InertiaProgress.init({
delay: 250,
color: '#4B5563',
includeCSS: true,
showSpinner: false,
});
InertiaProgress.init({ color: '#4B5563' });

0 comments on commit b96c060

Please sign in to comment.