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 257264e commit b0df182Copy full SHA for b0df182
index.html
@@ -56,7 +56,7 @@
56
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
57
<script>
58
$(function() {
59
- var plugins = [], base = '//cdn.ravenjs.com/1.1.13/', $download = $('#download');
+ var plugins = [], base = '//cdn.ravenjs.com/1.1.14/', $download = $('#download');
60
$('input[type="checkbox"]').on('click', function() {
61
var val = $(this).val(), url;
62
if ($(this).prop('checked')) {
0 commit comments