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 74e11d3 commit 0b726f7Copy full SHA for 0b726f7
index.html
@@ -40,7 +40,7 @@ <h4>Plugins</h4>
40
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
41
<script>
42
$(function() {
43
- var plugins = [], base = 'https://cdn.ravenjs.com/3.5.0/', $download = $('#download');
+ var plugins = [], base = 'https://cdn.ravenjs.com/3.5.1/', $download = $('#download');
44
45
$('#download').val(base + 'raven.min.js'); // default to base value
46
0 commit comments