Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmuhittin committed Jul 23, 2019
1 parent 93421da commit 83a2ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LeftResourceIndexLinksServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LeftResourceIndexLinksServiceProvider extends ServiceProvider
public function boot()
{
Nova::serving(function (ServingNova $event) {
Nova::script('nova-scroll-top', __DIR__ . '/../dist/js/nova-left-resource-index-links.js');
Nova::script('nova-left-resource-index-links', __DIR__ . '/../dist/js/nova-left-resource-index-links.js');
});
}
}

0 comments on commit 83a2ab3

Please sign in to comment.