This commit is contained in:
kek7198 2021-12-05 20:02:01 -06:00
parent 0c31bd4783
commit 7fc7e8a272
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import { initializeBootstrap } from '/assets/js/modules/initializeBootstrap.js';
function loadMore(pid,sort,offset,id, trigger) {
function loadMore(pid,sort,offset,id,trigger) {
const btn = document.getElementById(trigger) // trigger button
const el = document.getElementById(id) // target element to populate
const form = new FormData();