My div is being dynamically set by JavaScript and the Chrome developer tools show it as:
elements.style{
display: block;
}
I want to change this display setting to 'none', but I'm unable to locate the specific code in the JavaScript file. Is there a way for me to identify where this property is being set?