I live in a house with four floors and have managed to lose one of my 3 indoor modules. I’m still getting a signal but the batteries are fading and I cannot find the module. Is there any way of locating where exactly I have left it?!
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