fix
This commit is contained in:
parent
0c31bd4783
commit
7fc7e8a272
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue