This commit is contained in:
lealife
2018-03-28 14:45:22 +08:00
parent 340df9ce16
commit 5eba524bfc
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

File diff suppressed because one or more lines are too long