mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 15:18:38 -04:00
Fix HTML exporting
This commit is contained in:
parent
d600364933
commit
747502e694
5 changed files with 12 additions and 4 deletions
|
@ -53,6 +53,8 @@ var owner = extra.owner;
|
|||
var updateLastChangeUser = extra.updateLastChangeUser;
|
||||
var updateOwner = extra.updateOwner;
|
||||
var parseMeta = extra.parseMeta;
|
||||
var exportToHTML = extra.exportToHTML;
|
||||
var exportToRawHTML = extra.exportToRawHTML;
|
||||
|
||||
var historyModule = require('./history');
|
||||
var writeHistory = historyModule.writeHistory;
|
||||
|
@ -755,7 +757,7 @@ function updateStatusBar() {
|
|||
}
|
||||
|
||||
//ui vars
|
||||
var ui = {
|
||||
window.ui = {
|
||||
spinner: $(".ui-spinner"),
|
||||
content: $(".ui-content"),
|
||||
toolbar: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue