diff --git a/public/cache.manifest b/public/cache.manifest index 1310f198..5ee7bd0e 100644 --- a/public/cache.manifest +++ b/public/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -#Date Sun Feb 02 2014 22:08:12 +#Date Sun Feb 09 2014 13:28:14 CACHE: res/worker.js @@ -34,6 +34,7 @@ res-min/font/fontello.woff res-min/img/gittip.png res-min/img/icons.png res-min/img/icons2x.png +res-min/img/logo-192.png res-min/img/logo-promo-128.png res-min/img/menu-icon.png res-min/img/school-line.png diff --git a/public/res-min/main.js b/public/res-min/main.js index 3827402f..4c63d5ba 100644 --- a/public/res-min/main.js +++ b/public/res-min/main.js @@ -22047,19 +22047,20 @@ function() { l = e; }; var c; - return s.onPreviewFinished = function(e) { + return s.onPreviewFinished = function(e, n) { try { - var n = t.template(s.config.template, { + var i = t.template(s.config.template, { documentTitle: l.title, documentMarkdown: l.content, strippedDocumentMarkdown: l.content.substring(l.frontMatter ? l.frontMatter._frontMatter.length : 0), - documentHTML: e, + documentHTML: n, + documentHTMLWithComments: e, frontMatter: l.frontMatter, publishAttributes: void 0 }); - c.value = n; - } catch (i) { - return a.onError(i), i.message; + c.value = i; + } catch (o) { + return a.onError(o), o.message; } }, s.onReady = function() { c = document.getElementById("input-html-code"), e(".action-html-code").click(function() { @@ -23308,8 +23309,9 @@ function() { var e = ""; t.each(g.children, function(t) { e += t.innerHTML; - }), e = e.replace(/^