Update script.js

This commit is contained in:
10Develops
2020-10-14 14:56:49 +04:00
parent 3d1d379e7a
commit fe2763e441

View File

@@ -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");
}