Diferencia entre revisiones de «MediaWiki:Common.js»

m
debugging
m (+)
m (debugging)
$('#searchform').attr('action', '/wiki/Special:Search')
$("[name='title']",$('form')).remove()
$(function() {
 
document.querySelectorAll('form [action*="/w/index.php"]').forEach(function(act,i) {
console.debug('changing form', this, 'with action', act, 'to a better place')
})
 
});
 
/* 2015-01
40 275

ediciones