markdown
This commit is contained in:
@ -13228,7 +13228,7 @@ define('extensions/scrollLink',[
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
var anchorElt = $('#preview-contents ' + id);
|
var anchorElt = $('#preview-contents ' + decodeURIComponent(id));
|
||||||
if(!anchorElt.length) {
|
if(!anchorElt.length) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
2
public/md/main-v2.min.js
vendored
2
public/md/main-v2.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user