Home
last modified time | relevance | path

Searched refs:addTimeElement (Results 1 – 1 of 1) sorted by relevance

/plugin/fkstimer/
Dscript.js5 const addTimeElement = (time, text) => { function
39 html += addTimeElement(days, switchLang(days, 'day'));
42 html += addTimeElement(hours, switchLang(hours, 'hour'));
46 html += addTimeElement(min, switchLang(min, 'min'));
52 html += addTimeElement(sec + ',' + millisecond, switchLang(sec, 'sec'));
54 html += addTimeElement(sec, switchLang(sec, 'sec'));