first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// ═══════════════════════════════════════════════════════
|
||||
// Lorem Ipsum
|
||||
// ═══════════════════════════════════════════════════════
|
||||
async function generateLorem() {
|
||||
const d = await apiPost('/api/lorem', { paragraphs: parseInt(document.getElementById('loremCount').value) });
|
||||
if (d.success) document.getElementById('loremOutput').value = d.result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user