Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
techsideofficial committed Nov 21, 2023
1 parent 81f83e4 commit e7b2b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percentages/webpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
getText()
function SetImage(MeanNum) {
var img = document.createElement("img");
img.src = "https://us-central1-joysteem.cloudfunctions.net/progress-large/" + MeanNum
img.src = "https://us-central1-joysteem.cloudfunctions.net/progress/" + MeanNum
var src = document.getElementById("header");
src.appendChild(img);
}
Expand Down

0 comments on commit e7b2b75

Please sign in to comment.