Sandbox: Difference between revisions
From Hidden Mickey Wiki
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
|} | |} | ||
<script> | <htmltag tagname="script"><![CDATA[ | ||
(function () { | (function () { | ||
'use strict'; | 'use strict'; | ||
| Line 38: | Line 38: | ||
if (cb.matches && cb.matches('.mw-checkbox-ts')) { | if (cb.matches && cb.matches('.mw-checkbox-ts')) { | ||
var tsBox = findTsBox(cb); | var tsBox = findTsBox(cb); | ||
if (tsBox) tsBox.textContent = cb.checked ? formatTime(new Date()) : ''; | if (tsBox) { | ||
tsBox.textContent = cb.checked ? formatTime(new Date()) : ''; | |||
} | |||
} | } | ||
}, false); | }, false); | ||
})(); | })(); | ||
</ | ]]></htmltag> | ||
Revision as of 15:57, 30 September 2025
| Item | Done | Time |
|---|---|---|
| Example task 1 | ||
| Example task 2 | ||
| Example task 3 |