Skip to content

Commit 132b6ab

Browse files
authored
Update datetest.html
1 parent fad9aca commit 132b6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datetest.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<h1>Date Picker Test</h1>
4040
<p>type in console: <code>picker</code></p>
4141
<p>months are 0-indexed; dates and years are 1-indexed; as per JS</p>
42-
<script src="date.min.js" charset="utf-8"></script>
42+
<script src="js/date.min.js" charset="utf-8"></script>
4343
<script type="text/javascript">
4444
var picker=new DatePicker({d:11,m:8,y:2017},{d:1,m:5,y:2018});
4545
document.body.appendChild(picker.wrapper);

0 commit comments

Comments
 (0)