From e57fc753b3a083ddea52dbe4cd003261e836b2d4 Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Wed, 3 Jan 2024 16:13:11 -0300 Subject: Style refresh with square grid motif and blue palette. It tries to follow the visual language of the flutter sample apps. Bug-AGL: SPEC-4041 Signed-off-by: Roger Zanoni Change-Id: I68f4ebf82ac5cb5dbe856e9ffe5fca26f47b3442 --- src/js/app.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/js') diff --git a/src/js/app.js b/src/js/app.js index 9ad4ea1..d4cc919 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -17,7 +17,5 @@ function render_sliders(sliders) { export function init() { template = document.getElementById('slider-template').innerHTML; - Mustache.parse(template); - render_sliders(controls); } -- cgit