MediaWiki:Common.js: Difference between revisions

No edit summary
(sleepy commit, removing and using LocalSettings hook to insert properly)
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 02:28, 23 May 2025

/* Any JavaScript here will be loaded for all users on every page load. */

setTimeout( showAllEntries, 5000);

function showAllEntries() {
    var opt = new Option("all", "10000");
    $(opt).html("all");
    var t = $('label select[name="DataTables_Table_0_length"]').append(opt);
}