Browse Source

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

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

1
card-sort.html

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

Loading…
Cancel
Save