// Closes the menu in the event of outside click
window.onclick = function(event) {
if (!event.target.matches('.fa fa-trophy')) {
var dropdowns =...
Code (JavaScript):
from JavaScript https://ift.tt/2ENz5pE
via IFTTT
0 Comments