Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
34 add reordering to threads (#38)
Browse files Browse the repository at this point in the history
* implemented reordering

* added extra info
  • Loading branch information
Mast3rwaf1z authored Feb 29, 2024
1 parent b226a6f commit c0ea957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/threads.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ async function setPosts(){
}
}
div.appendChild(decrementButton)
div.appendChild(document.createTextNode(" id: " + postData.id + " priority: " + postData.value))
})))
}

Expand Down

0 comments on commit c0ea957

Please sign in to comment.