Module: tools Branch: master Commit: 24e7cc864151362cf2b3451b33d9341222ee4039 URL: https://gitlab.winehq.org/winehq/tools/-/commit/24e7cc864151362cf2b3451b33d9... Author: Hugh McMaster <hugh.mcmaster(a)outlook.com> Date: Fri Sep 23 15:50:28 2022 +1000 testbot/web: Fix syntax error in datetime.js. --- testbot/web/js/datetime.js | 1 + 1 file changed, 1 insertion(+) diff --git a/testbot/web/js/datetime.js b/testbot/web/js/datetime.js index 842a6ec3..2b9bde2f 100644 --- a/testbot/web/js/datetime.js +++ b/testbot/web/js/datetime.js @@ -83,6 +83,7 @@ function init() }); document.querySelectorAll(".timetipdate").forEach(dom => { ShowTimeTipDate(dom); + }); document.querySelectorAll(".datetiptime").forEach(dom => { ShowDateTipTime(dom); });