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.js267 function showHideModal(show) { function
281 'click', evt => showHideModal(modalDiv.style.display != 'block'));
283 modalClose.addEventListener('click', evt => showHideModal(false));