added popular board selector

This commit is contained in:
Kevin Froman 2020-03-29 18:51:12 -05:00
parent 7bb4a7680a
commit 160469f50f
5 changed files with 96 additions and 22 deletions

View file

@ -22,4 +22,5 @@ recommendedIDs = document.getElementById('recommendedBoards')
recommendedIDs.onchange = function(){
document.getElementById('feedIDInput').value = recommendedIDs.value
getBlocks()
resetCirclePickers()
}