1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00
elinks/test/ecmascript/menubar.html
Witold Filipczyk c2d1e2667a [quickjs] unibar
I don't know yet how to use JS_GetOpaque and JS_SetOpaque.
2021-10-19 20:49:53 +02:00

12 lines
123 B
HTML

<!DOCTYPE html>
<html>
<body>
<script>
menubar.visible = 0;
window.alert(menubar.visible);
</script>
</body>
</html>