Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArttuKuikka committed Dec 28, 2023
1 parent 67b57a7 commit c1684f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wwwroot/js/aanestys.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ function createProcentageBar(level1, level2, level3, level4, body) {

var listOfProcentages = [{ 'procentage': level1Procentage, level: 1 }, { 'procentage': level2Procentage, level: 2 }, { 'procentage': level3Procentage, level: 3 }, { 'procentage': level4Procentage, level: 4 }]
listOfProcentages = listOfProcentages.reverse()
console.log(listOfProcentages)

//first bar
var bar1 = document.createElement('div');
Expand Down

0 comments on commit c1684f5

Please sign in to comment.