diff --git a/public/static/error_box.js b/public/static/error_box.js index bc22e5a..1e2e874 100644 --- a/public/static/error_box.js +++ b/public/static/error_box.js @@ -1,3 +1,7 @@ +/** + * 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') }