mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Remove an outdated comment
No href will be added on the JS side either. Change-Id: I4c78fef10c24a942db7e468106588b16012ab653
This commit is contained in:
parent
77b047b12b
commit
845595cb8e
|
@ -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,
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue