()
| 712 | } |
| 713 | |
| 714 | function initGraphView() { |
| 715 | document.getElementById("graph-toggle").addEventListener("click", openGraphView); |
| 716 | document.getElementById("graph-close").addEventListener("click", closeGraphView); |
| 717 | } |
| 718 | |
| 719 | // --- Keyboard shortcuts --------------------------------------- |
| 720 |