Sha256: e1985e3a6e94607df090bf8a8dab611cc818bb270ad3dd1f0c2e35bc0e20f1a3

Contents?: true

Size: 302 Bytes

Versions: 7

Compression:

Stored size: 302 Bytes

Contents

var current = 'about'
function show(who) {
	document.getElementById(current).style.display = "none";
	document.getElementById(current + 'focus').className = "unfocus";
	document.getElementById(who).style.display = "block";
	document.getElementById(who + 'focus').className = "focus";
	current = who;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wlang-0.10.2 doc/specification/specification.js
wlang-0.10.1 ./doc/specification/specification.js
wlang-0.10.0 doc/specification/specification.js
wlang-0.9.2 doc/specification/specification.js
wlang-0.8.5 doc/specification/specification.js
wlang-0.8.4 doc/specification/specification.js
wlang-0.9.1 doc/specification/specification.js