added popular board selector
This commit is contained in:
parent
7bb4a7680a
commit
160469f50f
5 changed files with 96 additions and 22 deletions
|
@ -251,4 +251,10 @@ newPostForm.onsubmit = function(){
|
|||
return false
|
||||
}
|
||||
|
||||
resetCirclePickers = function(){
|
||||
document.getElementById('recommendedBoards').value = ""
|
||||
document.getElementById('popularBoards').value = ""
|
||||
}
|
||||
|
||||
document.getElementById('feedIDInput').onchange = resetCirclePickers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue