mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +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