Fix HTML exporting

This commit is contained in:
Yukai Huang 2016-10-13 16:35:43 +08:00
parent d600364933
commit 747502e694
5 changed files with 12 additions and 4 deletions

View file

@ -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: {