From b8e420bf81393709a12a8daaf04d26fcb738ef86 Mon Sep 17 00:00:00 2001 From: paulbzm Date: Tue, 6 Aug 2024 12:55:28 +0200 Subject: [PATCH] speed optimization and error mitigation --- project-page/index_template.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/project-page/index_template.html b/project-page/index_template.html index df4a9f2..e6e88a6 100644 --- a/project-page/index_template.html +++ b/project-page/index_template.html @@ -24,19 +24,16 @@ 3D Gaussian Splatting Compression Survey - - - @@ -130,9 +127,7 @@

-
-
- @@ -191,10 +186,8 @@

table = new DataTable('#results', tableOptions); } } - $('#table-placeholder').hide(); - $('.tablecontainer').show(); } - $(document).ready(reportWindowSize); + reportWindowSize(); window.onresize = reportWindowSize; @@ -204,7 +197,6 @@

-

The best methods in each category are highlighted with @@ -292,7 +284,7 @@

{% if not loop.last %}
{% endif %} - + {% endfor %}