Skip to content

Commit

Permalink
fix unclicable links in TOC in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
justmarkup committed Sep 12, 2014
1 parent 767a57a commit 92095d1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/epub.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/epub.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/epub.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/epub_no_underscore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reader/js/epub.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion reader/js/epub.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EPUBJS.replace.hrefs = function(callback, renderer){
relative = EPUBJS.core.resolveUrl(directory, href);

link.onclick = function(){
book.goto(relative);
book.goto(href);
return false;
};

Expand Down

0 comments on commit 92095d1

Please sign in to comment.