Skip to content

Add a `log` object to script-stamping HB helper, so script-stamping can work.

Aaron Harder requested to merge feature/ah/fix-script-timestamp-issue into master

Add a log object to script-stamping HB helper, so script-stamping can do something other than fail. Also, tweak error messages. Line 295 of blacklight-handlebars.js was calling log.info. But log.info never existed, so an exception was always thrown when a script-stamping operation was attempted. This is now fixed.

Merge request reports