film-dev-cost-scraper/postprocessor/page.js
2024-08-26 01:08:35 +01:00

9 lines
171 B
JavaScript

// populated by ssg:
// const slugs = [];
for (const slug of slugs) {
new simpleDatatables.DataTable("#" + slug, {
paging: false,
searchable: false,
})
}