fix detection of tablette cell

This commit is contained in:
Frédéric Péters 2019-01-19 15:34:53 +01:00
parent 402c0c8af9
commit c398590c79
1 changed files with 1 additions and 1 deletions

View File

@ -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();