Skip to content

Commit 66f77d1

Browse files
committed
Fixed empty example fiddle
1 parent 4bc784c commit 66f77d1

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

fiddles/empty/code.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
//
2-
// Declarations
3-
//
4-
5-
6-
$(function() {
7-
alert("hello from js");
8-
});
1+
// put your javascript code here

fiddles/empty/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
</head>
88

99
<body>
10-
<!--
11-
Put your markup here
12-
-->
13-
<p>Hello</p>
10+
1411
</body>
1512
</html>

0 commit comments

Comments
 (0)