Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
dominrios committed Oct 3, 2024
1 parent 8a8918e commit 70c6f95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@

// for each fig in picture_fig, if fig.data-correspond match headerMap
// then fig.top = headerMap[fig.data-correspond]px;


pictureFigsArray.forEach((fig, index) => {
let correspondId = fig.getAttribute('data-correspond');
if (headerMap[correspondId] !== undefined) {
Expand Down

0 comments on commit 70c6f95

Please sign in to comment.