diff options
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); })(); |