mirror of
https://github.com/System-End/YSWS-Catalog.git
synced 2026-04-19 16:38:15 +00:00
Update script.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
346efbb95b
commit
d962e9c2ce
1 changed files with 0 additions and 2 deletions
|
|
@ -301,8 +301,6 @@ function createProgramCard(program) {
|
|||
const baubleClass = program.name === 'Bauble' ? 'bauble-card' : '';
|
||||
const meowClass = program.name === 'Meow' ? 'meow-card' : '';
|
||||
const woofClass = program.name === 'Woof' ? 'woof-card' : '';
|
||||
|
||||
|
||||
const encodedProgram = encodeURIComponent(JSON.stringify(program));
|
||||
|
||||
const isCompletedByUser = completedPrograms.has(program.name);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue