bbpro
Version:
BrowserBox - remote browser isolation tool
19 lines (18 loc) • 400 B
HTML
<nav
class="controls settings-button aux">
<form submit=${[
e => e.preventDefault(),
() => {
state.viewState.modalComponent.openModal({
modal: {
type: 'settings'
}
}).then(y => console.log(y));
console.log('ok');
}
]}>
<button title="Settings" accesskey=s>
<img src="voodoo/assets/icons/cog.svg">
</button>
</form>
</nav>