fix(redesign): JS behavior

This commit is contained in:
darkweak 2023-10-15 13:36:22 +02:00 committed by Francis Lavoie
parent d201a427d1
commit 3dc98f5584
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
4 changed files with 171 additions and 99 deletions

View file

@ -39,7 +39,7 @@
</p>
<div class="card-actions">
<button type="button" class="button card-button" data-module="${item.path}" onclick="togglePackage(event)">
Add this module
${item.state ? 'Remove' : 'Add'} this module
</button>
</div>
</div>