Translations:Rule Examples/165/en

Материал из Wiren Board
Версия от 21:01, 21 сентября 2022; Matveevrj (обсуждение | вклад) (Новая страница: «// set schedule dev status as soon as possible at startup (function(schedule) { setTimeout(function() { updateSingleScheduleDevStatus(schedule); }, 1); })(schedule);»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

// set schedule dev status as soon as possible at startup

       (function(schedule) {
         setTimeout(function() {
           updateSingleScheduleDevStatus(schedule);
         }, 1);
       })(schedule);