From 030921e4e54e18e6c467b66fad9d1c5eef9fa91a Mon Sep 17 00:00:00 2001 From: yukirij Date: Wed, 28 Aug 2024 00:49:34 -0700 Subject: [PATCH] Switch resume list method. --- www/js/scene.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/scene.js b/www/js/scene.js index d6f4e84..ecd9118 100644 --- a/www/js/scene.js +++ b/www/js/scene.js @@ -277,7 +277,7 @@ const SCENES = { UI.clear(table); if(data !== null) { - table.appendChild(UI.session_table(data.records)); + table.appendChild(UI.session_table_resume(data.records)); } } break; }