We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba913d8 commit f9619c0Copy full SHA for f9619c0
index.html
@@ -44,7 +44,7 @@
44
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
45
<script>
46
$(function() {
47
- var plugins = [], base = '//cdn.ravenjs.com/1.1.0-rc1/', $download = $('#download');
+ var plugins = [], base = '//cdn.ravenjs.com/1.1.0-rc2/', $download = $('#download');
48
$('input[type="checkbox"]').on('click', function() {
49
var val = $(this).val();
50
if ($(this).prop('checked')) {
0 commit comments