Skip to content

Commit f172e52

Browse files
committed
short term fix to get this pushed out.
1 parent 70b965b commit f172e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/javascripts/DV/helpers/construction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DV._.extend(DV.Schema.helpers, {
1919
story_url : storyURL,
2020
title : doc.title || ''
2121
});
22-
var footerHTML = JST.footer({options : options});
22+
var footerHTML = JST.footer({options : {}});
2323

2424
var pdfURL = doc.resources.pdf;
2525
pdfURL = pdfURL && options.pdf !== false ? '<a target="_blank" href="' + pdfURL + '">Original Document (PDF) &raquo;</a>' : '';

0 commit comments

Comments
 (0)