Remove an outdated comment

No href will be added on the JS side either.

Change-Id: I4c78fef10c24a942db7e468106588b16012ab653
This commit is contained in:
Ebrahim Byagowi 2024-11-05 14:45:37 +03:30
parent 77b047b12b
commit 845595cb8e

View file

@ -351,7 +351,6 @@ class CategoryTree {
$attr['class'] = 'CategoryTreeEmptyBullet';
} else {
$linkattr = [
// href and role will be added client-side
'class' => 'CategoryTreeToggle',
'data-ct-title' => $key,
];