Browse Source

Make it hybrid - do not allow editing the original categories.

main
Rosie Le Faive 14 hours ago
parent
commit
87383efeec
  1. 1
      card-sort.html

1
card-sort.html

@ -336,6 +336,7 @@
}); });
if (name) { if (name) {
titleInput.value = name; titleInput.value = name;
titleInput.disabled = true;
} }
else if (settings.allowCategoryEditing === false) { else if (settings.allowCategoryEditing === false) {
titleInput.style.opacity = '0'; titleInput.style.opacity = '0';

Loading…
Cancel
Save