From 4b20891ee42b0fa15ec42da411f2ca6b91ff3877 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 17 Apr 2016 12:55:53 +0200 Subject: [PATCH] Better lists clicks --- public/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index ba6f7b3..99ad836 100644 --- a/public/index.html +++ b/public/index.html @@ -64,12 +64,12 @@ @@ -93,13 +93,13 @@ } Handlebars.registerHelper('list', function (items, options) { - var out = ""; + return out + ""; }); // Spinner options