Skip to content

Commit

Permalink
fix (merge artifact)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Jun 10, 2024
1 parent ad75d69 commit 287be2f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions explorer/htm/BeamExplorer.htm
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,8 @@
color: #2c2c2c;
}
.amount {
<<<<<<< HEAD
font-family: monospace;
font-size: 1.7rem;
=======
font-family: "Lucida Console", ui-monospace, monospace;
font-size: 1.4rem;
>>>>>>> master
color: darkcyan;
}
.amount.pos {
Expand Down Expand Up @@ -1520,11 +1515,7 @@ <h2>Deployed Smart Contracts</h2>\n\
// s = Size Compressed
// S = Size Archive
xmlhttp.onload = DisplayHdrs;
<<<<<<< HEAD
xmlhttp.open("GET", urlPrefix + "hdrs" + urlSuffix + "&nMax=100&cabs=&crel=dfkoOiIC");
=======
xmlhttp.open("GET", urlPrefix + "hdrs" + urlSuffix + "&cabs=&crel=dfkoOiIC" + "&nMax=" + nMax);
>>>>>>> master
xmlhttp.send();
}
else if (type == "contracts")
Expand Down

0 comments on commit 287be2f

Please sign in to comment.