From c398590c793add65c7e40949e5b9ce1521a7c2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 19 Jan 2019 15:34:53 +0100 Subject: [PATCH] fix detection of tablette cell --- static/js/combo.public.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/combo.public.js b/static/js/combo.public.js index e4f7dbc..564e735 100644 --- a/static/js/combo.public.js +++ b/static/js/combo.public.js @@ -5,7 +5,7 @@ $(function() { function() { $.scrollTo($(this).attr('href'), 1000); } ); - if ($('.mobile-case').length) { + if ($('.textcell.tablette').length) { setInterval(function() { var $clock = $('.mobile-case .clock'); var date = new Date();