Skip to content

Commit

Permalink
change name of js file
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivetree committed Jan 25, 2024
1 parent 630ebaa commit 13e11e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private function add_publications()
base_path('vendor/almasaeed2010/adminlte/plugins/bootstrap/js/bootstrap.bundle.min.js') => public_path('web/js/bootstrap.bundle.min.js'),

// Datatables pulled from packagist
base_path('vendor/datatables.net/datatables.net/js/jquery.dataTables.min.js') => public_path('web/js/jquery.dataTables.min.js'),
base_path('vendor/datatables.net/datatables.net/js/dataTables.min.js') => public_path('web/js/jquery.dataTables.min.js'),
base_path('vendor/datatables.net/datatables.net-bs4/css/dataTables.bootstrap4.min.css') => public_path('web/css/dataTables.bootstrap4.min.css'),
base_path('vendor/datatables.net/datatables.net-bs4/js/dataTables.bootstrap4.min.js') => public_path('web/js/dataTables.bootstrap4.min.js'),
base_path('vendor/datatables.net/datatables.net-buttons/js/dataTables.buttons.min.js') => public_path('web/js/dataTables.buttons.min.js'),
Expand Down

0 comments on commit 13e11e3

Please sign in to comment.