function displayBlocklist () {
      if ($blocklistCheck[0].checked) {
        $blocklistDiv.fadeIn()
      } else {
        $blocklistDiv.fadeOut()