From a1e013f84879f93ef03894ab709b6d5a91a426c0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Dec 2013 16:20:36 +0000 Subject: [PATCH] feature(path) add title with full path --- html/path.html | 2 +- lib/cloudfunc.js | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/html/path.html b/html/path.html index 9f9fb156..27fed3ed 100644 --- a/html/path.html +++ b/html/path.html @@ -1 +1 @@ -
{{ path }}
\ No newline at end of file +
{{ path }}
\ No newline at end of file diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index eccbc461..b848048a 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -352,8 +352,9 @@ var Util; lRefreshPath = CloudFunc.rmLastSlash(lPath), lFileTable = Util.render(pPathTemplate, { - link: FS + lRefreshPath, - path: lHtmlPath + link : FS + lRefreshPath, + fullPath : lPath, + path : lHtmlPath }), lHeader = Util.render(pTemplate, {