mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-01 17:37:37 +00:00
Removed unnecessary JS hack for nested list
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
(function () {
|
||||
const content = document.querySelector('.gh-content');
|
||||
if (!content) return;
|
||||
|
||||
content.querySelectorAll('ul li, ol li').forEach(function (item) {
|
||||
if (item.querySelector('ul, ol')) {
|
||||
item.classList.add('kg-nested-list-item');
|
||||
}
|
||||
});
|
||||
})();
|
Reference in New Issue
Block a user