The Underscore.js library provides HTML-partial templating functionality, and is also used elsewhere in the code, meaning that the Handlebars.js library/dependency is redundant and increases the JS file payload w/out providing a unique contribution.
See http://underscorejs.org/#template for documentation on the templating API. Note that the Handlebars template format can be accommodated by Underscore.
The following files include references to Handlebars:
js/openbibl.js
js/openbibl.search.js
xsl/openbibl.boot.xsl
xsl/openbibl.params.xsl
notices/handlebars
wiki
The Underscore.js library provides HTML-partial templating functionality, and is also used elsewhere in the code, meaning that the Handlebars.js library/dependency is redundant and increases the JS file payload w/out providing a unique contribution.
See http://underscorejs.org/#template for documentation on the templating API. Note that the Handlebars template format can be accommodated by Underscore.
The following files include references to Handlebars:
js/openbibl.js
js/openbibl.search.js
xsl/openbibl.boot.xsl
xsl/openbibl.params.xsl
notices/handlebars
wiki