Mudanças entre as edições de "MediaWiki: Common.js"
De WikiAjuda
Linha 1: | Linha 1: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$(function() { | $(function() { | ||
− | $(' | + | $('#page-title-is-set').on('clock', function() { |
− | + | $('#catalogue').show(); | |
− | |||
}); | }); | ||
}); | }); | ||
}); | }); |
Edição das 11h01min de 29 de abril de 2017
$(document).ready(function() {
$(function() {
$('#page-title-is-set').on('clock', function() {
$('#catalogue').show();
});
});
});