From fcc852da4fbf82b0c814e58a863edaf82fc3545e Mon Sep 17 00:00:00 2001 From: qo-op Date: Wed, 13 May 2020 13:25:33 +0200 Subject: [PATCH] FlipClock.js --- www/LOVELand/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/www/LOVELand/index.html b/www/LOVELand/index.html index 4b75c42..18fde00 100644 --- a/www/LOVELand/index.html +++ b/www/LOVELand/index.html @@ -57,11 +57,11 @@ @@ -224,6 +224,7 @@ // Instantiate a coutdown FlipClock clock = $('.clock').FlipClock(diff, { clockFace: 'DailyCounter', + language: 'fr', countdown: true }); });