Commit 1fb8e31c authored by Pascal Hartig's avatar Pascal Hartig

Fixed typo in base.js

parent 9fd06ba4
......@@ -12,7 +12,7 @@
var urlBase = 'https://github.com/addyosmani/todomvc/tree/gh-pages';
if (footer) {
sourceLink.href = urlBase + location.pathName;
sourceLink.href = urlBase + location.pathname;
sourceLink.appendChild(document.createTextNode('Check out the source'));
paragraph.appendChild(sourceLink);
footer.appendChild(paragraph);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment