From 6562d0c1e507b17ab929ed9525666a08084404fa Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 15 Jun 2020 20:11:54 -0400 Subject: Template renderer class (#574) * Convert handlebars.js to a class * Move/rename function * Update helper registration * Rename helper functions * Limit cache size * Make render() async * Rename and move --- ext/bg/background.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/background.html') diff --git a/ext/bg/background.html b/ext/bg/background.html index d51858a7..f2d01e85 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -34,12 +34,12 @@ - + -- cgit v1.2.3