Skip to content

Commit 7724e60

Browse files
authored
Update index.html
1 parent 87f0edf commit 7724e60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1>jQuery.leanModal2</h1>
4242

4343
<div class="section-guide grid">
4444

45-
<section class="whole smablet-half leanmodal-defaults equalize" data-modal-id="#defaults-example">
45+
<section class="whole smablet-half equalize">
4646
<h2>Defaults</h2>
4747
<textarea class="code rounded" readonly>$('.leanmodal').leanModal({
4848
top: '15vh',
@@ -52,10 +52,10 @@ <h2>Defaults</h2>
5252
disableCloseOnEscape: false,
5353
fadeTime: 200,
5454
});</textarea>
55-
<h3 class="button clickable rounded">Default Example</h3>
55+
<h3 class="button clickable rounded leanmodal-defaults" data-modal-id="#defaults-example">Default Example</h3>
5656
</section>
5757

58-
<section class="whole smablet-half leanmodal-modified equalize" data-modal-id="#modified-example">
58+
<section class="whole smablet-half equalize">
5959
<h2>Modified</h2>
6060
<textarea class="code rounded" readonly>$('.leanmodal').leanModal({
6161
top: '1em',
@@ -65,7 +65,7 @@ <h2>Modified</h2>
6565
disableCloseOnEscape: true,
6666
fadeTime: 0,
6767
});</textarea>
68-
<h3 class="button clickable rounded">Modified Example</h3>
68+
<h3 class="button clickable rounded leanmodal-modified" data-modal-id="#modified-example">Modified Example</h3>
6969
</section>
7070

7171
</div>

0 commit comments

Comments
 (0)