Today, I saw that events which I already deleted from my timeline are back! I am not sure how Netatmo handles data, but deleted should be deleted!
5 days ago, 2 events which I kept in my timeline disappeared! Sure I created a support ticket but have no answer until now!
Might this be related to the new webapp? There I can endlessly scroll down and the app will show me the same reel again and again and again…
Commenti
0 commenti
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
Commenti
0 commenti