From cba8e7d8f263c6b5ac456a5f2a626e2e1b06fc63 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 15 Nov 2010 00:24:46 +0000 Subject: Use more reliable test js bug workaround --- tests/showsimple.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/showsimple.js') diff --git a/tests/showsimple.js b/tests/showsimple.js index 86dfbe7..8339956 100644 --- a/tests/showsimple.js +++ b/tests/showsimple.js @@ -1,8 +1,4 @@ (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); })(); -- cgit v1.2.3