We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d3303 commit c7a2ed9Copy full SHA for c7a2ed9
example/counting.html
@@ -5,7 +5,7 @@
5
<title>Counting Pending Tasks</title>
6
<link rel="stylesheet" href="css/style.css">
7
<script src="../dist/zone.js"></script>
8
- <script src="counting-zone.js"></script>
+ <script src="js/counting-zone.js"></script>
9
</head>
10
<body>
11
example/except.html
<title>Except Zone</title>
- <script src="except-zone.js"></script>
+ <script src="js/except-zone.js"></script>
0 commit comments