Skip to content

Commit 219b93e

Browse files
author
Glasspham
committed
version 4.1
1 parent ef336f8 commit 219b93e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/theoryLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ document.addEventListener("DOMContentLoaded", function () {
6363
const ipGridContainer = document.getElementById("ip-grid-container");
6464
if (ipGridContainer) {
6565
const totalRows = 64;
66-
let ipGridHTML = [...Array(7)].map((_, i) => `<div class="ip-grid-header">${Math.pow(2, 8 - (i + 1))}</div>`).join("");
66+
let ipGridHTML = [...Array(7)].map((_, i) => `<div class="ip-grid-header">${Math.pow(2, 8 - i)}</div>`).join("");
6767

6868
const columns = [
6969
{ prefix: 24, subnets: 1, step: 256 },

0 commit comments

Comments
 (0)