summaryrefslogtreecommitdiff
path: root/tests/showsimple.js
blob: 86dfbe7748031fcb6cf04dc0f8942874bf76f656 (plain)
1
2
3
4
5
6
7
8
(function() {
	stag = document.createElement("script");
	stag.src="file://./simplyread.js";
	document.body.appendChild(stag);
	window.alert('Click me quick'); // this seems to make simplyread.js register..
	simplyread();
	console.log(document.body.innerHTML);
})();