mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-26 01:51:13 +00:00
Fix viewAjaxCallback not able to be assigned
This commit is contained in:
parent
3d6baa47ac
commit
a8bce53c47
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ function parseMeta(md, edit, view, toc, tocAffix) {
|
|||
}
|
||||
|
||||
var viewAjaxCallback = null;
|
||||
window.viewAjaxCallback = viewAjaxCallback;
|
||||
|
||||
//regex for extra tags
|
||||
var spaceregex = /\s*/;
|
||||
|
|
Loading…
Reference in a new issue