Skip to content

Commit a47c00e

Browse files
committed
Fix broken base filename
1 parent 656a8ae commit a47c00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
$(function() {
4747
var plugins = [], base = 'https://cdn.ravenjs.com/2.0.0/', $download = $('#download');
4848

49-
$('#download').val(base); // default to base value
49+
$('#download').val(base + 'raven.min.js'); // default to base value
5050

5151
$('input[type="checkbox"]').on('click', function() {
5252
var val = $(this).val(), url;

0 commit comments

Comments
 (0)