MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 12: Line 12:
      
      
     // Initial check to set the visibility based on the current state of filters
     // Initial check to set the visibility based on the current state of filters
     updateFeaturedVisibility();
/*     updateFeaturedVisibility(); */
      
      
     // Insert the community featured element after the second card
     // Insert the community featured element after the second card
Line 404: Line 404:
}
}
function updateFeaturedVisibility() {
/* function updateFeaturedVisibility() {
         var selectors = ['#list', '#list-list'];
         var selectors = ['#list', '#list-list'];
         var allFiltersCleared = true;   
         var allFiltersCleared = true;   
Line 418: Line 418:
             communityFeatured.hide();
             communityFeatured.hide();
         }
         }
     }
     } */
      
      
// closeModal function
// closeModal function

Navigation menu