We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b965b commit f172e52Copy full SHA for f172e52
1 file changed
public/javascripts/DV/helpers/construction.js
@@ -19,7 +19,7 @@ DV._.extend(DV.Schema.helpers, {
19
story_url : storyURL,
20
title : doc.title || ''
21
});
22
- var footerHTML = JST.footer({options : options});
+ var footerHTML = JST.footer({options : {}});
23
24
var pdfURL = doc.resources.pdf;
25
pdfURL = pdfURL && options.pdf !== false ? '<a target="_blank" href="' + pdfURL + '">Original Document (PDF) »</a>' : '';
0 commit comments