Skip to content

Commit af0a5c9

Browse files
committed
fix default example
1 parent aa2ba6a commit af0a5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/examples.pug

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ block content
2222

2323
.col-lg-9.col-md-9.col-sm-8
2424
.embed-responsive.embed-responsive-16by9
25-
iframe(name = 'example' src = `/examples/${examples[8].target}.html`
25+
iframe(name = 'example' src = `/examples/${examples[7].target}.html`
2626
frameborder = 0 marginwidth = 0 marginheight = 0
2727
allow-scripts allowfullscreen).embed-responsive-item
2828

2929
script.
30-
$('a.example-link:eq(7)').addClass('active');
30+
$('a.example-link:eq(6)').addClass('active');
3131
$('a.example-link').click(function() {
3232
$('a.example-link').removeClass('active');
3333
$(this).addClass('active');

0 commit comments

Comments
 (0)