From 42a50f20b4a76e5201e01dc94e81af76d8c2ab00 Mon Sep 17 00:00:00 2001 From: michael vincerra Date: Thu, 9 Nov 2023 10:33:58 -0800 Subject: [PATCH] Restart CI job due to frozen build. Signed-off-by: michael vincerra --- src/docs/_static/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/_static/script.js b/src/docs/_static/script.js index 722f5bfa9c..d870e5133d 100755 --- a/src/docs/_static/script.js +++ b/src/docs/_static/script.js @@ -43,8 +43,8 @@ HTMLElement.prototype.removeListeners = function () { document.addEventListener('DOMContentLoaded', function () { console.log('document is ready.'); - fetchData().then((data) => { - renderUi(data.paginatedData); + fetchData().then((data) => { + renderUi(data.paginatedData); showTotalRecords(); attachSearch(); filterPaginatedData();