MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 94: Line 94:
     function updateBorder() {
     function updateBorder() {
         console.log("Running updateBorder function");
         console.log("Running updateBorder function");
        // Remove the border from all items first
        $('#list-list div.filtered-list-item').css('border-bottom', 'none');
        console.log("Removed bottom border from all items");


         // Filter only items that are truly visible and not hidden by CSS
         // Filter only items that are truly visible and not hidden by CSS

Navigation menu