Describe the reason for these changes and the problem that they solve
Briefly summarize the changes
Revert 9a0848597a1f701e12f6516e4d86adc5085b1efd, moving the import of bootstrap-table.
bootstrap-table added a "type": "module" declaration in package.json in version 1.21.3 -- this appears to have conflicted with the ability to run unit tests here.
Since the revert affects uncovers a timing issue related to display of an empty search recipe list on the homepage (it reopens #230), also add a conditional before we call JQuery's show method on the recipe results.
How have the changes been tested?
Local development testing.
List any issues that this change relates to
Fixes #233.
Describe the reason for these changes and the problem that they solve
Briefly summarize the changes
bootstrap-table
.bootstrap-table
added a"type": "module"
declaration inpackage.json
in version 1.21.3 -- this appears to have conflicted with the ability to run unit tests here.show
method on the recipe results.How have the changes been tested?
List any issues that this change relates to Fixes #233.