Open main menu

Changes

Widget:indexSorterGrouper

39 bytes added, 14:58, 14 October 2019
Added document-ready wait functionality as the MediaWiki does not wait for DOM
<includeonly><script>
RLQ.push(['jquery', function () {
$(document).ready(function() {
// For now, we have to make sure the data is there (Change the template, dammit!)
$(".card-bg-small").each(function() {
$(".gf-button").prop('disabled', false);
$('.removeAfterInitIsg').remove();
});
}]);