File size: 222 Bytes
f4bcb32
 
 
 
c4935f2
f4bcb32
c4935f2
1
2
3
4
5
6
7
8
/**
 * This function provides the ability for the button to toggle the dropdown error-box
 * in the search page.
 */
function toggleErrorBox() {
    document.querySelector('.dropdown_error_box').classList.toggle('show')
}