Skip to content

Commit 3ae1776

Browse files
committed
fix: typo
1 parent 6ffcebc commit 3ae1776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/h5utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ addEvent(window, 'click', function (event) {
4848

4949
document.body.appendChild(pre);
5050
// really need to be sync? - I like to think so
51-
xhr.open("GET", location.origin + '/demo' + window.location.pathname + '.html', true);
51+
xhr.open("GET", location.origin + '/demos' + window.location.pathname + '.html', true);
5252
xhr.send();
5353
}
5454
document.body.className = 'view-source';

0 commit comments

Comments
 (0)