diff options
author | Nick White <git@njw.me.uk> | 2010-11-15 00:24:46 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-15 00:24:46 +0000 |
commit | cba8e7d8f263c6b5ac456a5f2a626e2e1b06fc63 (patch) | |
tree | 85641aecb434dca168d2719add4e1d7dfaedb4b2 /tests/showsimple.js | |
parent | 68eb363dc0c535a309f2ae533cedf27b92f6cd8e (diff) |
Use more reliable test js bug workaround
Diffstat (limited to 'tests/showsimple.js')
-rw-r--r-- | tests/showsimple.js | 4 |
1 files changed, 0 insertions, 4 deletions
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); })(); |