test
Thu Jul 11 2024 18:57:24 GMT+0000 (Coordinated Universal Time)
Saved by
@werlang
#javascript
new Card(cardContainer, {
id: 'instructions',
icon: 'fa-solid fa-medal',
title: 'Contests',
description: 'Where the magic happens! Manage contests and their teams.',
}).click(async () => {
const modal = await new Modal(null, { id: 'instructions' }).loadContent('index-instructions');
modal.addButton({
text: 'OK, got it!',
close: true,
})
});
content_copyCOPY
Comments