Skip to content

Commit

Permalink
markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lealife committed Mar 28, 2018
1 parent 340df9c commit 5eba524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/md/main-v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -13228,7 +13228,7 @@ define('extensions/scrollLink',[
return;
}
evt.preventDefault();
var anchorElt = $('#preview-contents ' + id);
var anchorElt = $('#preview-contents ' + decodeURIComponent(id));
if(!anchorElt.length) {
return;
}
Expand Down
Loading

0 comments on commit 5eba524

Please sign in to comment.