8000
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 41b0885 commit 29d54f7Copy full SHA for 29d54f7
index.html
@@ -46,7 +46,7 @@ <h4>Plugins</h4>
46
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
47
<script>
48
$(function() {
49
- var plugins = [], base = 'https://cdn.ravenjs.com/3.12.1/', $download = $('#download');
+ var plugins = [], base = 'https://cdn.ravenjs.com/3.14.0/', $download = $('#download');
50
51
$('#download').val(base + 'raven.min.js'); // default to base value
52
0 commit comments