MediaWiki:Common.js

Aus EnzyklopAtys

Wechseln zu: Navigation, Suche
function hs(id,mod) {
			if(document.getElementById(id).style.display == 'none') {
				document.getElementById(id).style.display=mod;
			}
			else {
				document.getElementById(id).style.display='none';
			}
		}