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

- old
+ new

@@ -17,9 +17,14 @@ <div name='orangey' class='pink'> Blue hippos</div> <p id='coffee'>Capuccino</p> <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> + <script> $(document).ready(function() { $('.hidden').hide(); setTimeout(showHidden, 3000); });