Skip to content

Commit

Permalink
fix: another try to fix the big tables rendering...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 21, 2025
1 parent 04c2ed5 commit 7201d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/web/sri.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"loader.gif": "ZZKD5vLSKBWKeUpa2KI9qheUJ49iTI/UULmVU/AX28fBfH00K3lLc2v5pVJZ4qXG1BbB13LTXzRKKU35H2XfNg==",
"lookyloo.jpeg": "i6wBj8CsIM5YAQLEMQfhs3CNOSKkErF8AMqqM6ZygSwCyQgv9CU8xt94veMZhM/ufBWoz7kAXmR+yywmxsTxug==",
"redirect.png": "PAjzlPV97rEFvH55mG1ZC9wRl98be3yMeX/nENuFkJcds6/AXgSR2ig/QyPULgobSnNgiYieLVWY/oqsgeywrQ==",
"render_tables.js": "ir+RIurBSkGLHbic72DWo7UsPgt5rZNEHRL+cz+FzAbd6D8hyJa6GdTYFQ2t+FZlLaDCWlE3TENG1hbTy/Nvdw==",
"render_tables.js": "gAUYBYWqsciiG4ZyRgmc8RIK2zHxYGEUBShMeR5hugR2XvuatV2JSudZDm8V+Tk5ZuULPAx1noARrgOG+NfdwA==",
"secure.svg": "H8ni7t0d60nCJDVGuZpuxC+RBy/ipAjWT627D12HlZGg6LUmjSwPTQTUekm3UJupEP7TUkhXyq6WHc5gy7QBjg==",
"stats.css": "/kY943FwWBTne4IIyf7iBROSfbGd82TeBicEXqKkRwawMVRIvM/Pk5MRa7okUyGIxaDjFQGmV/U1vy+PhN6Jbw==",
"stats_graph.js": "S/sMNQK1UMMLD0xQeEa7sq3ce8o6oPxwxGlyKVtaHOODjair86dbBDm7cu6pa/elMRDJT1j09jEFjWp+5GbhTw==",
Expand Down
4 changes: 2 additions & 2 deletions website/web/static/render_tables.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
["DOMContentLoaded", "shown.bs.modal", "jquery.modal.rendered"].forEach(e => window.addEventListener(e, function() {
["DOMContentLoaded", "shown.bs.modal"].forEach(e => window.addEventListener(e, function() {
if (document.getElementById('IndexTable')) {
indexType = document.getElementById('IndexTable').dataset.indextype;
new DataTable('#IndexTable', {
Expand Down Expand Up @@ -103,7 +103,7 @@
}
if (document.getElementById('bodyHashesTable')) {
new DataTable('#bodyHashesTable', {
destroy: true,
retrieve: true,
drawCallback: function (settings) {
newTabClickListener();
$('[data-bs-toggle="tooltip"]').tooltip({html: true});
Expand Down

0 comments on commit 7201d39

Please sign in to comment.