added missing circle files and bulmaswatch

This commit is contained in:
Kevin Froman 2019-10-05 15:32:07 -05:00
parent f4d7a2acb9
commit 578a238f2e
6 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,6 @@
recommendedIDs = document.getElementById('recommendedBoards')
recommendedIDs.onchange = function(){
document.getElementById('feedIDInput').value = recommendedIDs.value
getBlocks()
}

View file

File diff suppressed because one or more lines are too long