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 656a8ae commit a47c00eCopy full SHA for a47c00e
index.html
@@ -46,7 +46,7 @@
46
$(function() {
47
var plugins = [], base = 'https://cdn.ravenjs.com/2.0.0/', $download = $('#download');
48
49
- $('#download').val(base); // default to base value
+ $('#download').val(base + 'raven.min.js'); // default to base value
50
51
$('input[type="checkbox"]').on('click', function() {
52
var val = $(this).val(), url;
0 commit comments