Skip to content

Commit 42a50f2

Browse files
committed
Restart CI job due to frozen build.
Signed-off-by: michael vincerra <michael.vincerra@intel.com>
1 parent 8ca8875 commit 42a50f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/docs/_static/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ HTMLElement.prototype.removeListeners = function () {
4343

4444
document.addEventListener('DOMContentLoaded', function () {
4545
console.log('document is ready.');
46-
fetchData().then((data) => {
47-
renderUi(data.paginatedData);
46+
fetchData().then((data) => {
47+
renderUi(data.paginatedData);
4848
showTotalRecords();
4949
attachSearch();
5050
filterPaginatedData();

0 commit comments

Comments
 (0)