Private
Public Access
1
0

toggle multiple check boxes

This commit is contained in:
Sander Roosendaal
2017-07-05 17:07:16 +02:00
parent 96aeb88c1f
commit d06bc92180
4 changed files with 23 additions and 1 deletions

View File

@@ -28,6 +28,8 @@
};
window.addEventListener('load', plot_resize_setup);
</script>
<style>
/* Need this to get the page in "desktop mode"; not having an infinite height.*/
html, body {height: 100%; margin:5px;}