MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Replaced content with "function help_click(div, txt) { if (div.innerHTML == "") div.innerHTML = "<br/> " + txt; else div.innerHTML = ""; }") |
||
Line 1: | Line 1: | ||
function help_click(div, txt) { if (div.innerHTML == "") div.innerHTML = "<br/> " + txt; else div.innerHTML = ""; } | |||