Skip to content

Commit 5be7a91

Browse files
authored
Update index.html
1 parent fcc22b4 commit 5be7a91

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626
border: 1px solid black;
2727
}
2828

29-
.code-snippet-group-2 {
30-
margin: 10px;
31-
width: 802px;
32-
height: 150px;
33-
border: 1px solid black;
34-
}
35-
3629
.code-snippet-group-3 {
3730
margin: 10px;
3831
width: 802px;
@@ -48,7 +41,7 @@
4841

4942
<body>
5043

51-
<h3>'philsweb.jquery-codemirror' Demo</h3>
44+
<h3>'jquery.codemirror' Demo</h3>
5245

5346
<div class="code-snippet-group-1" first style="min-height:100px;"></div>
5447

@@ -92,6 +85,6 @@ <h3>'philsweb.jquery-codemirror' Demo</h3>
9285

9386
$('.code-snippet-group-2').codemirrorInit({value: "<div> Hello world </div>\n\n\n"});
9487

95-
$('.code-snippet-group-3').codemirrorInit({value: "<div> Hello world </div>\n\n\n"}, {height: "inherit"});
88+
$('.code-snippet-group-3').codemirrorInit({value: "<div> Hello world </div>"}, {height: "inherit"});
9689
});
97-
</script>
90+
</script>

0 commit comments

Comments
 (0)