spec/stub/index.html in prickle-0.0.3 vs spec/stub/index.html in prickle-0.0.4

- old
+ new

@@ -21,9 +21,10 @@ <a href="http://google.com">google</a> <button name="popups" onclick="alert('Hello');">erm</button> <button name="confirm_box" onclick="if(!confirm('Click yes to continue'))alert('Aborting.');">erm</button> + <button name="purplish" id="one" >erm</button> <script> $(document).ready(function() { $('.hidden').hide(); setTimeout(showHidden, 3000);