Home
last modified time | relevance | path

Searched refs:showHideModal (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js245 function showHideModal(show) { function
259 'click', evt => showHideModal(modalDiv.style.display != 'block'));
261 modalClose.addEventListener('click', evt => showHideModal(false));