This commit is contained in:
John McLear 2016-05-31 06:23:48 +08:00
parent ec093c9c85
commit d408575d60
6 changed files with 16 additions and 5 deletions

View file

@ -40,7 +40,7 @@ exports.expressCreateServer = function (hook_name, args, cb) {
hasPadAccess(req, res, function()
{
//render the html document
exporthtml.getPadHTMLDocument(padId, null, false, function(err, _html)
exporthtml.getPadHTMLDocument(padId, null, false, false, function(err, _html)
{
if(ERR(err, callback)) return;
html = _html;