We will be performing planned system maintenance on September 23, 2026 beginning at 9pm PST for approximately 6 hours. During this time, our Tasker app, client app, and website, including our chat, will be unavailable. We apologize for any inconvenience.
Pesquisas populares:
<% var getColumnClasses = function(numberColumns) {
var classNames = '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;
} %>