MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Shornstein (talk | contribs) No edit summary |
Shornstein (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
function myFunction() { | function myFunction() { | ||
textinput .value = "Hello"; | textinput.value = "Hello"; | ||
}; | }; |