@@ -7,6 +7,6 @@ window.onload = function(){
};
function ShowDropdown(){
document.getElementsByClassName("dropdown-content")[0].focus();
document.getElementsByClassName("dropdown-content")[0].style = "display: block;";
alert("clicked");
}
The note is not visible to the blocked user.