MediaWiki:Common.js: Difference between revisions
Appearance
Replaced content with "console.log("Common.js is running");" Tag: Replaced |
No edit summary |
||
| Line 1: | Line 1: | ||
console.log("Common.js | console.log("Common.js loaded"); | ||
// Test: do we see the address field? | |||
$(document).ready(function() { | |||
console.log("Looking for address field:", $('input[name="address"]').length); | |||
}); | |||